From 9714517dc63ac056e2257bd65633f55305a177a1 Mon Sep 17 00:00:00 2001 From: groni Date: Thu, 22 Oct 2015 15:15:25 +0200 Subject: [PATCH 1/6] gkrellm build and check ported from pisi 1.2 --- hardware/info/gkrellm/actions.py | 39 ++++++ hardware/info/gkrellm/comar/service.py | 27 ++++ .../info/gkrellm/files/drop_privileges.patch | 12 ++ hardware/info/gkrellm/files/gkrellm.desktop | 13 ++ hardware/info/gkrellm/files/gkrellm.png | Bin 0 -> 2797 bytes .../info/gkrellm/files/gkrellmd-conf.patch | 43 +++++++ hardware/info/gkrellm/files/gkrellmd.service | 9 ++ hardware/info/gkrellm/pspec.xml | 121 ++++++++++++++++++ hardware/info/gkrellm/translations.xml | 13 ++ 9 files changed, 277 insertions(+) create mode 100644 hardware/info/gkrellm/actions.py create mode 100644 hardware/info/gkrellm/comar/service.py create mode 100644 hardware/info/gkrellm/files/drop_privileges.patch create mode 100644 hardware/info/gkrellm/files/gkrellm.desktop create mode 100644 hardware/info/gkrellm/files/gkrellm.png create mode 100644 hardware/info/gkrellm/files/gkrellmd-conf.patch create mode 100644 hardware/info/gkrellm/files/gkrellmd.service create mode 100644 hardware/info/gkrellm/pspec.xml create mode 100644 hardware/info/gkrellm/translations.xml diff --git a/hardware/info/gkrellm/actions.py b/hardware/info/gkrellm/actions.py new file mode 100644 index 0000000000..36ecac8a26 --- /dev/null +++ b/hardware/info/gkrellm/actions.py @@ -0,0 +1,39 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + + +def build(): + shelltools.export("LDFLAGS", "%s -lgmodule-2.0" % get.LDFLAGS()) + autotools.make('CC=%s \ + INSTALLROOT=/usr \ + INCLUDEDIR=/usr/include/gkrellm2 \ + LOCALEDIR=/usr/share/locale \ + STRIP="" \ + LINK_FLAGS="%s -Wl,-E" \ + enable_nls=1 \ + without-ssl=yes \ + without-sensors=no \ + without-libsensors=yes' % (get.CC(), get.LDFLAGS())) + # without ssl option enables gnutls + +def install(): + autotools.rawInstall("DESTDIR=%s \ + PREFIX=/usr" % get.installDIR()) + + pisitools.insinto("/etc", "server/gkrellmd.conf") + + pisitools.doman("gkrellm.1") + pisitools.doman("gkrellmd.1") + + pisitools.dodoc("CREDITS", "README", "Changelog", "COPYRIGHT") + pisitools.dohtml("*") + + diff --git a/hardware/info/gkrellm/comar/service.py b/hardware/info/gkrellm/comar/service.py new file mode 100644 index 0000000000..f2a90d06db --- /dev/null +++ b/hardware/info/gkrellm/comar/service.py @@ -0,0 +1,27 @@ +# -*- coding: utf-8 -*- +from comar.service import * +import os + +serviceType = "server" +serviceDesc = _({"en": "GNU Krell Monitor Daemon", + "tr": "GNU Krell Sistem Takip Servisi"}) + +PIDFILE = "/run/gkrellmd.pid" + +@synchronized +def start(): + startService(command="/usr/bin/gkrellmd", + pidfile=PIDFILE, + makepid=True, + donotify=True) + +@synchronized +def stop(): + stopService(pidfile=PIDFILE, + donotify=True) + + if os.path.exists(PIDFILE): + os.unlink(PIDFILE) + +def status(): + return isServiceRunning(PIDFILE) diff --git a/hardware/info/gkrellm/files/drop_privileges.patch b/hardware/info/gkrellm/files/drop_privileges.patch new file mode 100644 index 0000000000..7f8823669b --- /dev/null +++ b/hardware/info/gkrellm/files/drop_privileges.patch @@ -0,0 +1,12 @@ +diff -Nur gkrellm-2.2.10-old/server/gkrellmd.conf gkrellm-2.2.10/server/gkrellmd.conf +--- gkrellm-2.2.10-old/server/gkrellmd.conf 2007-05-08 00:27:05.073863232 +0300 ++++ gkrellm-2.2.10/server/gkrellmd.conf 2007-05-08 00:27:35.880179960 +0300 +@@ -26,6 +26,8 @@ + # + #user nobody + #group proc ++user nobody ++group nogroup + + # Run in background and detach from the controlling terminal + #detach diff --git a/hardware/info/gkrellm/files/gkrellm.desktop b/hardware/info/gkrellm/files/gkrellm.desktop new file mode 100644 index 0000000000..849fbda851 --- /dev/null +++ b/hardware/info/gkrellm/files/gkrellm.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Type=Application +Version=1.0 +Encoding=UTF-8 +Name=GKrellM +Name[tr]=GKrellM +GenericName=Krell Monitor +GenericName[tr]=Sistem Krell İzleyicisi +Icon=gkrellm +Exec=gkrellm +Terminal=false +StartupNotify=false +Categories=Application;System; diff --git a/hardware/info/gkrellm/files/gkrellm.png b/hardware/info/gkrellm/files/gkrellm.png new file mode 100644 index 0000000000000000000000000000000000000000..3201ad815e676a5a0dbdf3cf0e1356eb77ef5760 GIT binary patch literal 2797 zcmV7CZIkTy1)(EL$$iAeh0LZ@Yk^R7SHBfh)>%fNdIy0IB z!~~H1uIFy%LR$hTdMH{y`q@!*9*mj|<)9Erwi-(Wpdgt|mwW({h!ac+fFuJ& zbM0&bkVAXi_NEQ(vB2AKKF9rxNHhvcDRNiGLrnonT^_C1R28a9L0?g)el#>jGPOW# zR0k0NBCZAt+SUNq$9NNWkNfttZa3Njz-d!-@qEKH@uD^wx=XA0TN7uKpp>Gfs+j+7 z&cfw4fg^7%7C`a7{`zK>OLr5Vvcjz%6mG;FWeeA0`x=z!r?I*Rpy;7LGzaEh!UCuK z!;%A>__;-N9!aBcorAP65kv1t5qSZm{FSbK1<=6{iC2RnABUUX&^3@p=aIDUwWaTi zIDRs260ZV!FBY+IEr!HM5rqef$d7d)F;+t1{`|fHNIu{*#5R+|e?0Cfi=SIWtupNy zV!b9fwaPRSS2#HFzW!Zp#PXHlH*15oD~%!MmRe<+YtjGaQL9YvTYJ=Wwp4vl_9<=H zp`yiYAORrum|b2fLV1=&^h5@lrlD4uMzlK%<#7gwyR$ZrlA29C91{xD3+ql|2ta$4 zK9;IYpEFpnx-LneiXxZD3r$; zWbRO?s*0h@Ss(TzGHp{f;LD8Iy2)csbOEQ5ocB1UB|hikgw@b@2Oz3cJw&nVG-ucJ zl>$gW{G5WN?~B5$KMr-xy!J&8=xP;^2ohro3is#Hb1DhtrLrqTad}n2u{CAah$7In zHGupid?AgaGtRQ(e~wv9x}~k!MI*g@Eeot``@=}TH%xjbqFova0BR{a@DlF~K;aAN z_i~7}&x2T!|2O7hA`eybeq#f`e)ePpnRXpgYZa(=u)|Yg}hY0A2 zE<^{CwzHNR(Lz^jh{&!eNjeCu4~A@kPX%SuRUF zxif68nV~xd+2l!Ng}Y#OI*rJQE)cUEE5Cq%XPFTIP<}z_>J$$D={TwbDMU_i*INV7 z)mgyM?_-t?Vg`c_z68`L3lF3$9>l*fiR#H1qNkEAc~G%C4m>Vw4Ip%Pf!@yh@*uKQ z0)3_Mn2*`Z>Tf%F#lQD*&3UOnZ?I}Yz$5^JT+5hbvTXCZbq)ZRhPVqKNr9|0(DE=M zN3t0HRm0pt4PZJ5fKoYw&!gN(KdfZ&*WV2zx~71BWe&B%$e>>pWSRM5&TRslshewK8s#(8|_~G_7zuQ!Qs4 zUHW9j>E-B%?bV3k7jWAnBOSgVfb_Nb5f@Tm7l)8v%^|;*+wzNPIkRb-{K&{OXiYp9%45`+k@P ze(Hk+hUgs15j%-fRVj)O3ZZv09+WpVrd?^JJuSUh=8-ELA@K-}Hw~BxX~0Za)nIl^ zNYY)idFGiwY(EXySw|Po+nUW2@HF5}0Ll!eL#fN7R(5Cp>;jGreuC7cQ6T|b_Kn?W zlp_8`95qez1~G&#XxtqRhf#P`K;+}7=Szq?*ae<$6aPybn(%zx1E39UXE=<)g95^l zi1TwcT;VvALs3`cWH*4why3|9#(XufXl!)pJP-ym03vrfHO6m;kZJ4}{%e!a@o%|@8T~5dDFcAn8!6=O&Z9HT zVHi3$gz=j>hvw*p*(rpVL=Hs-N5RaY7`6biHY6B8MEGVg%idRm=D(W@C53HJ@`12p zKSo1yNQWJFCXGm*z=&nXJbc4pRUuq@g3M`sKNBN4$qaT~`rY)v8t0E6&dKvE~@D~jAd$3txy>A9P^ zP-?1Sy-Y@=9GO)n}BTg(Y)#%~OU>eyQ(;O7n-mrR|EAP~;IZx1C zXHH{mb0lWjAGfVxq7fH8T>~V8YuuLIyyzAokvGO;8bgee*V$%{f9GN_o+$!g>1p$= znJtOp;{C + + + + gkrellm + http://www.gkrellm.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + gkrellm + app:gui + service + A compact and clean system monitoring tool + A program to monitor system status, and to collect system information such as memory usage, cpu temperature etc. + http://members.dslextreme.com/users/billw/gkrellm/gkrellm-2.3.5.tar.gz + + gnutls-devel + gtk2-devel + pango-devel + libX11-devel + glib2-devel + libgcrypt-devel + libICE-devel + libSM-devel + + + drop_privileges.patch + gkrellmd-conf.patch + + + + + gkrellm + + gnutls + gtk2 + pango + glib2 + libX11 + libgcrypt + libICE + gdk-pixbuf + libSM + + + /etc + /usr/bin + /usr/lib + /usr/share/doc + /usr/share + /usr/share/man + + + gkrellm.desktop + gkrellm.png + + + System.Service + + + + + gkrellm-devel + Development files for gkrellm + + gkrellm + gtk2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2014-05-17 + 2.3.5 + Rebuild + Aydın Demirel + aydin.demirel@pisilinux.org + + + 2014-04-07 + 2.3.5 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-23 + 2.3.5 + Rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-07-28 + 2.3.5 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-05-06 + 2.3.5 + Fixed. + Osman Erkan + osman.erkan@pisilinux.org + + + 2012-11-15 + 2.3.5 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + diff --git a/hardware/info/gkrellm/translations.xml b/hardware/info/gkrellm/translations.xml new file mode 100644 index 0000000000..7a7e47f6f7 --- /dev/null +++ b/hardware/info/gkrellm/translations.xml @@ -0,0 +1,13 @@ + + + + gkrellm + Sade görünümlü sistem durumu izleyicisi + Bilgisayarınızın bileşenlerinin durumunu takip edebileceğiniz, hafıza kullanımı, işlemci sıcaklığı gibi bilgiler veren bir araç. + + + + gkrellm-devel + gkrellm için geliştirme dosyaları + + From dd96651fdcf12cba898af188baab6e03e6c912e2 Mon Sep 17 00:00:00 2001 From: groni Date: Thu, 22 Oct 2015 15:18:26 +0200 Subject: [PATCH 2/6] gst-python python gstreamer bindings ported from 1.2 update and check --- .../language/python/gst-python/actions.py | 25 ++++++ .../language/python/gst-python/pspec.xml | 90 +++++++++++++++++++ .../python/gst-python/translations.xml | 13 +++ 3 files changed, 128 insertions(+) create mode 100644 programming/language/python/gst-python/actions.py create mode 100644 programming/language/python/gst-python/pspec.xml create mode 100644 programming/language/python/gst-python/translations.xml diff --git a/programming/language/python/gst-python/actions.py b/programming/language/python/gst-python/actions.py new file mode 100644 index 0000000000..dd57430d2e --- /dev/null +++ b/programming/language/python/gst-python/actions.py @@ -0,0 +1,25 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.autoreconf("-vfi") + autotools.configure("--disable-static") + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.domove("/usr/share/gst-python/0.10/examples/", "/%s/%s/" % (get.docDIR(), get.srcNAME())) + + pisitools.dodoc("AUTHORS", "ChangeLog" ,"COPYING", "README", "TODO") diff --git a/programming/language/python/gst-python/pspec.xml b/programming/language/python/gst-python/pspec.xml new file mode 100644 index 0000000000..1cf15ea147 --- /dev/null +++ b/programming/language/python/gst-python/pspec.xml @@ -0,0 +1,90 @@ + + + + + gst-python + http://gstreamer.freedesktop.org/modules/gst-python.html + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + GStreamer Python bindings + gst-python is a Python frontend to GStreamer. + http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.22.tar.bz2 + + python-gtk-devel + python-pygobject-devel + glib2-devel + gstreamer-devel + gst-plugins-base-devel + + + + + gst-python + + glib2 + gstreamer + gst-plugins-base + + + /usr/lib + /usr/share/doc + /usr/share + + + + + gst-python-devel + Development files for gst-python + + gst-python + python-pygobject-devel + gstreamer-devel + + + /usr/lib/pkgconfig + /usr/include + + + + + + 2015-10-21 + 0.10.22 + Version Bump. + Stefan Gronewold (groni) + groni@pisilinux.org + + + 2014-02-27 + 0.10.21 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2014-02-26 + 0.10.21 + Rebuild + Osman Erkan + osman.erkan@pisilinux.org + + + 2013-08-17 + 0.10.21 + Dep Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2011-05-03 + 0.10.21 + First release + Pisi Linux Admins + admins@pisilinux.org + + + \ No newline at end of file diff --git a/programming/language/python/gst-python/translations.xml b/programming/language/python/gst-python/translations.xml new file mode 100644 index 0000000000..e866e37323 --- /dev/null +++ b/programming/language/python/gst-python/translations.xml @@ -0,0 +1,13 @@ + + + + gst-python + GStreamer Python bağlayıcıları + gst-python GStreamer için Python arabirimidir. + + + + gst-python-devel + gst-python için geliştirme dosyaları + + From afa5d55cb808c35dcf30a5b6578b7232e8f041a8 Mon Sep 17 00:00:00 2001 From: groni Date: Thu, 22 Oct 2015 15:20:42 +0200 Subject: [PATCH 3/6] libsmbios ported from 1.2 build and check --- hardware/misc/libsmbios/actions.py | 31 ++++++++++++ hardware/misc/libsmbios/pspec.xml | 64 ++++++++++++++++++++++++ hardware/misc/libsmbios/translations.xml | 12 +++++ 3 files changed, 107 insertions(+) create mode 100644 hardware/misc/libsmbios/actions.py create mode 100644 hardware/misc/libsmbios/pspec.xml create mode 100644 hardware/misc/libsmbios/translations.xml diff --git a/hardware/misc/libsmbios/actions.py b/hardware/misc/libsmbios/actions.py new file mode 100644 index 0000000000..564d2423f2 --- /dev/null +++ b/hardware/misc/libsmbios/actions.py @@ -0,0 +1,31 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + #autotools.autoreconf("-fi") + autotools.configure("--disable-doxygen \ + --disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.insinto("/usr/include", "src/include/smbios") + + # Symlink to /usr/sbin/DellWirelessCtl for the new HAL + pisitools.dosym("/usr/sbin/smbios-wireless-ctl", "/usr/sbin/DellWirelessCtl") + + # Remove yum specific stuff + pisitools.removeDir("/etc/yum") + pisitools.removeDir("/usr/bin") + pisitools.removeDir("/usr/lib/yum-plugins") + + pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "TODO") diff --git a/hardware/misc/libsmbios/pspec.xml b/hardware/misc/libsmbios/pspec.xml new file mode 100644 index 0000000000..3217729816 --- /dev/null +++ b/hardware/misc/libsmbios/pspec.xml @@ -0,0 +1,64 @@ + + + + + libsmbios + http://linux.dell.com/libsmbios/main/index.html + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + OSL-2.0 + library + app:console + Provide access to (SM)BIOS information + libsmbios project aims towards providing access to as much BIOS information as possible. It does this by providing a library of functions that can be used as well as sample binaries. + http://linux.dell.com/libsmbios/download/libsmbios/libsmbios-2.2.28/libsmbios-2.2.28.tar.bz2 + + + + libsmbios + + libgcc + + + /etc + /usr/share + /usr/lib + /usr/sbin + /usr/share/doc + /usr/share/locale + + + + + libsmbios-devel + Development files for libsmbios + + libsmbios + + + /usr/include/smbios + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + + 2014-02-01 + 2.2.28 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-11-16 + 2.2.28 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + diff --git a/hardware/misc/libsmbios/translations.xml b/hardware/misc/libsmbios/translations.xml new file mode 100644 index 0000000000..2736945f56 --- /dev/null +++ b/hardware/misc/libsmbios/translations.xml @@ -0,0 +1,12 @@ + + + + libsmbios + (SM)BIOS bilgilerine ulaşabilmeyi sağlar + + + + libsmbios-devel + libsmbios için geliştirme dosyaları + + From 3d70b75c27e408d9017f3f887fe199b302670cc8 Mon Sep 17 00:00:00 2001 From: groni Date: Thu, 22 Oct 2015 16:19:42 +0200 Subject: [PATCH 4/6] kdeedu-data Common data for KDE Edu applications --- desktop/kde/edu/kdeedu-data/actions.py | 19 +++++++++++++ desktop/kde/edu/kdeedu-data/pspec.xml | 37 ++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100755 desktop/kde/edu/kdeedu-data/actions.py create mode 100755 desktop/kde/edu/kdeedu-data/pspec.xml diff --git a/desktop/kde/edu/kdeedu-data/actions.py b/desktop/kde/edu/kdeedu-data/actions.py new file mode 100755 index 0000000000..e5cca37dea --- /dev/null +++ b/desktop/kde/edu/kdeedu-data/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import kde5 + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING") diff --git a/desktop/kde/edu/kdeedu-data/pspec.xml b/desktop/kde/edu/kdeedu-data/pspec.xml new file mode 100755 index 0000000000..f795d43b33 --- /dev/null +++ b/desktop/kde/edu/kdeedu-data/pspec.xml @@ -0,0 +1,37 @@ + + + + + kdeedu-data + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:library + Common data for KDE Edu applications + Common data for KDE Edu applications. + mirrors://kde/stable/applications/15.08.2/src/kdeedu-data-15.08.2.tar.xz + + extra-cmake-modules + + + + + kdeedu-data + + /usr/share + /usr/share/doc + + + + + 2015-10-22 + 15.08.2 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + From c6c2a84c5363073858d787c6191be9bd6cc9e260 Mon Sep 17 00:00:00 2001 From: groni Date: Thu, 22 Oct 2015 17:04:07 +0200 Subject: [PATCH 5/6] misstake change directory and remove edu directory --- .../kde/application/kdeedu-data/actions.py | 19 ++++++++++ desktop/kde/application/kdeedu-data/pspec.xml | 37 +++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100755 desktop/kde/application/kdeedu-data/actions.py create mode 100755 desktop/kde/application/kdeedu-data/pspec.xml diff --git a/desktop/kde/application/kdeedu-data/actions.py b/desktop/kde/application/kdeedu-data/actions.py new file mode 100755 index 0000000000..e5cca37dea --- /dev/null +++ b/desktop/kde/application/kdeedu-data/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import kde5 + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING") diff --git a/desktop/kde/application/kdeedu-data/pspec.xml b/desktop/kde/application/kdeedu-data/pspec.xml new file mode 100755 index 0000000000..f795d43b33 --- /dev/null +++ b/desktop/kde/application/kdeedu-data/pspec.xml @@ -0,0 +1,37 @@ + + + + + kdeedu-data + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:library + Common data for KDE Edu applications + Common data for KDE Edu applications. + mirrors://kde/stable/applications/15.08.2/src/kdeedu-data-15.08.2.tar.xz + + extra-cmake-modules + + + + + kdeedu-data + + /usr/share + /usr/share/doc + + + + + 2015-10-22 + 15.08.2 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + + From d69fba68c2f568be279794b259d1c81cf9368e26 Mon Sep 17 00:00:00 2001 From: groni Date: Thu, 22 Oct 2015 17:35:37 +0200 Subject: [PATCH 6/6] keduvocdocument Common libraries for KDE Edu applications --- .../application/keduvocdocument/actions.py | 19 ++++++ .../kde/application/keduvocdocument/pspec.xml | 62 +++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100755 desktop/kde/application/keduvocdocument/actions.py create mode 100755 desktop/kde/application/keduvocdocument/pspec.xml diff --git a/desktop/kde/application/keduvocdocument/actions.py b/desktop/kde/application/keduvocdocument/actions.py new file mode 100755 index 0000000000..4544bc6d99 --- /dev/null +++ b/desktop/kde/application/keduvocdocument/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import kde5 + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("AUTHORS", "COPYING", "README", "COPYING-CMAKE-SCRIPTS", "COPYING.LIB") diff --git a/desktop/kde/application/keduvocdocument/pspec.xml b/desktop/kde/application/keduvocdocument/pspec.xml new file mode 100755 index 0000000000..908ff72463 --- /dev/null +++ b/desktop/kde/application/keduvocdocument/pspec.xml @@ -0,0 +1,62 @@ + + + + + libkeduvocdocument + http://www.kde.org + + Pisi Linux Admins + admin@pisilinux.org + + LGPLv2 + app:library + Common libraries for KDE Edu applications + Libraries for KDE EDU applications. + mirrors://kde/stable/applications/15.08.2/src/libkeduvocdocument-15.08.2.tar.xz + + qt5-base-devel + extra-cmake-modules + ki18n-devel + kio-devel + karchive-devel + + + + + libkeduvocdocument + + qt5-base + karchive + libgcc + ki18n + kio + kcoreaddons + + + /usr/lib + /usr/share/doc + + + + libkeduvocdocument-devel + Development files for libkeduvocdocument + + libkeduvocdocument + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2015-10-22 + 15.08.2 + First Release + Stefan Gronewold (groni) + groni@pisilinux.org + + +