diff --git a/common/shlibs b/common/shlibs index cb7dba58b3..15ed6a8e4f 100644 --- a/common/shlibs +++ b/common/shlibs @@ -473,6 +473,7 @@ libblktapctl.so.1.0 xen-libs-4.2.2_2 libblktap.so.3.0 xen-libs-4.2.2_2 libfsimage.so.1.0 xen-libs-4.2.2_2 libbabl-0.1.so.0 babl-0.1.10_1 +libbamf3.so.2 bamf-0.5.1_1 libgegl-0.2.so.0 gegl-0.2.0_1 libiculx.so.54 icu-libs-54.1_1 libicule.so.54 icu-libs-54.1_1 @@ -1244,6 +1245,7 @@ libkidletime.so.4 kdelibs-4.10.4_1 libkemoticons.so.4 kdelibs-4.10.4_1 libkparts.so.4 kdelibs-4.10.4_1 libkdeclarative.so.5 kdelibs-4.10.4_1 +libplank.so.0 plank-0.9.1_1 libplasma.so.3 kdelibs-4.10.4_1 libkcmutils.so.4 kdelibs-4.10.4_1 libknewstuff3.so.4 kdelibs-4.10.4_1 diff --git a/srcpkgs/bamf-devel b/srcpkgs/bamf-devel new file mode 120000 index 0000000000..cec068ec2c --- /dev/null +++ b/srcpkgs/bamf-devel @@ -0,0 +1 @@ +bamf \ No newline at end of file diff --git a/srcpkgs/bamf/template b/srcpkgs/bamf/template new file mode 100644 index 0000000000..be62367a4e --- /dev/null +++ b/srcpkgs/bamf/template @@ -0,0 +1,33 @@ +# Template file for 'bamf' +pkgname=bamf +version=0.5.1 +revision=1 +build_style=gnu-configure +hostmakedepends="glib-devel gtk-doc pkg-config python-lxml libxslt-python libxml2-python + vala-devel $(vopt_if gir 'gobject-introspection')" +makedepends="glib-devel libgtop-devel libwnck-devel" +short_desc="Application matching framework" +maintainer="Steve Prybylski " +license="LGPL-3" +homepage="https://launchpad.net/bamf" +distfiles="https://launchpad.net/bamf/${version%.*}/$version/+download/$pkgname-$version.tar.gz" +checksum=fb65e6d0d7330f06626e43b0f3828bdeb5678d69133396e770a8781b9988fd16 + +build_options="gir" +if [ -z "$CROSS_BUILD" ]; then + build_options_default+="gir" +fi + +bamf-devel_package() { + short_desc+=" - development files" + depends="bamf" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove usr/share/gtk-doc + if [ "$build_option_gir" ]; then + vmove usr/share/gir-1.0 + vmove usr/share/vala + fi + } +} diff --git a/srcpkgs/libwnck/template b/srcpkgs/libwnck/template index 7fc794a801..d8b65d86dd 100644 --- a/srcpkgs/libwnck/template +++ b/srcpkgs/libwnck/template @@ -1,11 +1,11 @@ # Template build file for 'libwnck'. pkgname=libwnck version=3.14.0 -revision=1 +revision=2 build_style=gnu-configure build_options="gir" configure_args="$(vopt_enable gir introspection)" -hostmakedepends="pkg-config intltool $(vopt_if gir gobject-introspection)" +hostmakedepends="gdk-pixbuf-devel pkg-config intltool $(vopt_if gir gobject-introspection)" makedepends="startup-notification-devel gtk+3-devel libXres-devel" short_desc="Library for layout and rendering of text" maintainer="Juan RP " diff --git a/srcpkgs/plank-devel b/srcpkgs/plank-devel new file mode 120000 index 0000000000..ac00ecc8a0 --- /dev/null +++ b/srcpkgs/plank-devel @@ -0,0 +1 @@ +plank \ No newline at end of file diff --git a/srcpkgs/plank/template b/srcpkgs/plank/template new file mode 100644 index 0000000000..484c512a43 --- /dev/null +++ b/srcpkgs/plank/template @@ -0,0 +1,25 @@ +# Template file for 'plank' +pkgname=plank +version=0.9.1 +revision=1 +build_style=gnu-configure +hostmakedepends="gdk-pixbuf-devel glib-devel intltool libgee08-devel + pkg-config libxml2 vala" +makedepends="bamf-devel glib-devel gtk+3-devel libgee08-devel libwnck-devel + vala-devel" +short_desc="Elegant, simple, clean dock" +maintainer="Steve Prybylski " +license="GPL-3" +homepage="https://launchpad.net/plank" +distfiles="https://launchpad.net/plank/1.0/$version/+download/$pkgname-$version.tar.xz" +checksum=884cd57a0fcc78cf82cf01072dedc46c34b6f766871d5f773b68ee498fded9a2 + +plank-devel_package() { + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove "usr/lib/*.so" + vmove usr/share/vala + } +}