diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,16 @@ +libX11.so.6 +libc.so.6 +libcairo.so.2 +libgdk-3.so.0 +libgdk_pixbuf-2.0.so.0 +libgee-0.8.so.2 +libgio-2.0.so.0 +libglib-2.0.so.0 +libgobject-2.0.so.0 +libgstreamer-1.0.so.0 +libgstvideo-1.0.so.0 +libgtk-3.so.0 +libm.so.6 +libpango-1.0.so.0 +libpangocairo-1.0.so.0 +libpoppler-glib.so.8 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,25 @@ +name : pdfpc +version : 4.1 +release : 1 +source : + - https://github.com/pdfpc/pdfpc/archive/v4.1.tar.gz : aee684cc4b6cd8f2f83196ebd42608b9917104c9b1572985797daf1ae68e5454 +license : GPL-2.0 +component : office.viewers +summary : pdfpc is a GTK based presentation viewer application which uses Keynote like multi-monitor output to provide meta information to the speaker during the presentation. +description: | + pdfpc is a GTK based presentation viewer application which uses Keynote like multi-monitor output to provide meta information to the speaker during the presentation. + It is able to show a normal presentation window on one screen, while showing a more sophisticated overview on the other one providing information like a picture of the next slide, + as well as the left over time till the end of the presentation. +builddeps : + - pkgconfig(gee-0.8) + - pkgconfig(gstreamer-plugins-base-1.0) + - pkgconfig(gtk+-3.0) + - pkgconfig(poppler-glib) + - extra-cmake-modules + - vala +setup : | + %cmake -DCMAKE_INSTALL_PREFIX="/usr" -DSYSCONFDIR=/etc . +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,51 @@ + + + pdfpc + + Friedrich von Gellhorn + flinux@vongellhorn.ch + + GPL-2.0 + office.viewers + pdfpc is a GTK based presentation viewer application which uses Keynote like multi-monitor output to provide meta information to the speaker during the presentation. + pdfpc is a GTK based presentation viewer application which uses Keynote like multi-monitor output to provide meta information to the speaker during the presentation. +It is able to show a normal presentation window on one screen, while showing a more sophisticated overview on the other one providing information like a picture of the next slide, +as well as the left over time till the end of the presentation. + + https://solus-project.com/sources/README.Solus + + + pdfpc + pdfpc is a GTK based presentation viewer application which uses Keynote like multi-monitor output to provide meta information to the speaker during the presentation. + pdfpc is a GTK based presentation viewer application which uses Keynote like multi-monitor output to provide meta information to the speaker during the presentation. +It is able to show a normal presentation window on one screen, while showing a more sophisticated overview on the other one providing information like a picture of the next slide, +as well as the left over time till the end of the presentation. + + office.viewers + + /etc/pdfpcrc + /usr/bin + /usr/share/man + /usr/share/pixmaps/pdfpc/blank.svg + /usr/share/pixmaps/pdfpc/eraser.svg + /usr/share/pixmaps/pdfpc/hidden.svg + /usr/share/pixmaps/pdfpc/highlight.svg + /usr/share/pixmaps/pdfpc/loaded.svg + /usr/share/pixmaps/pdfpc/locked.svg + /usr/share/pixmaps/pdfpc/pause.svg + /usr/share/pixmaps/pdfpc/pdfpc.css + /usr/share/pixmaps/pdfpc/pen.svg + /usr/share/pixmaps/pdfpc/saved.svg + /usr/share/pixmaps/pdfpc/snow.svg + + + + + 2018-03-17 + 4.1 + Packaging update + Friedrich von Gellhorn + flinux@vongellhorn.ch + + + \ No newline at end of file