commit
7a5f193cdf
6 changed files with 64 additions and 2 deletions
|
@ -473,6 +473,7 @@ libblktapctl.so.1.0 xen-libs-4.2.2_2
|
||||||
libblktap.so.3.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
|
libfsimage.so.1.0 xen-libs-4.2.2_2
|
||||||
libbabl-0.1.so.0 babl-0.1.10_1
|
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
|
libgegl-0.2.so.0 gegl-0.2.0_1
|
||||||
libiculx.so.54 icu-libs-54.1_1
|
libiculx.so.54 icu-libs-54.1_1
|
||||||
libicule.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
|
libkemoticons.so.4 kdelibs-4.10.4_1
|
||||||
libkparts.so.4 kdelibs-4.10.4_1
|
libkparts.so.4 kdelibs-4.10.4_1
|
||||||
libkdeclarative.so.5 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
|
libplasma.so.3 kdelibs-4.10.4_1
|
||||||
libkcmutils.so.4 kdelibs-4.10.4_1
|
libkcmutils.so.4 kdelibs-4.10.4_1
|
||||||
libknewstuff3.so.4 kdelibs-4.10.4_1
|
libknewstuff3.so.4 kdelibs-4.10.4_1
|
||||||
|
|
1
srcpkgs/bamf-devel
Symbolic link
1
srcpkgs/bamf-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
bamf
|
33
srcpkgs/bamf/template
Normal file
33
srcpkgs/bamf/template
Normal file
|
@ -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 <sa.prybylx@gmail.com>"
|
||||||
|
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
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,11 +1,11 @@
|
||||||
# Template build file for 'libwnck'.
|
# Template build file for 'libwnck'.
|
||||||
pkgname=libwnck
|
pkgname=libwnck
|
||||||
version=3.14.0
|
version=3.14.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
configure_args="$(vopt_enable gir introspection)"
|
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"
|
makedepends="startup-notification-devel gtk+3-devel libXres-devel"
|
||||||
short_desc="Library for layout and rendering of text"
|
short_desc="Library for layout and rendering of text"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
|
1
srcpkgs/plank-devel
Symbolic link
1
srcpkgs/plank-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
plank
|
25
srcpkgs/plank/template
Normal file
25
srcpkgs/plank/template
Normal file
|
@ -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 <sa.prybylx@gmail.com>"
|
||||||
|
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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue