Added garcon-0.1.3 build template, required by XFCE 4.8.
This commit is contained in:
parent
608fecffb8
commit
6f2c7d782d
5 changed files with 50 additions and 2 deletions
1
srcpkgs/garcon-devel
Symbolic link
1
srcpkgs/garcon-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
garcon
|
2
srcpkgs/garcon/depends
Normal file
2
srcpkgs/garcon/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=">=0.1.3"
|
||||||
|
api_depends="${abi_depends}"
|
20
srcpkgs/garcon/garcon-devel.template
Normal file
20
srcpkgs/garcon/garcon-devel.template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'garcon-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} - development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run pkg-config
|
||||||
|
Add_dependency run glib-devel
|
||||||
|
Add_dependency run garcon
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
install -d ${DESTDIR}/usr/{lib,share}
|
||||||
|
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/share/gtk-doc ${DESTDIR}/usr/share
|
||||||
|
}
|
24
srcpkgs/garcon/template
Normal file
24
srcpkgs/garcon/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'garcon'
|
||||||
|
pkgname=garcon
|
||||||
|
version=0.1.3
|
||||||
|
distfiles="http://archive.xfce.org/src/libs/$pkgname/0.1/$pkgname-$version.tar.bz2"
|
||||||
|
build_style=gnu_configure
|
||||||
|
short_desc="Glib/GIO freedesktop.org compliant menu implementation"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=1e36c4cd99fe92a1fe3e3f648de8c941fd39bbda22d4cd8c52a8ec341432d954
|
||||||
|
long_desc="
|
||||||
|
This is garcon, a freedesktop.org compliant menu implementation based
|
||||||
|
on GLib and GIO. It was started as a complete rewrite of the former
|
||||||
|
Xfce menu library called libxfce4menu, which, in contrast to garcon,
|
||||||
|
was lacking menu merging features essential for loading menus modified
|
||||||
|
with menu editors."
|
||||||
|
|
||||||
|
conf_files="/etc/xdg/menus/xfce-applications.menu"
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run glib
|
||||||
|
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build gettext
|
||||||
|
Add_dependency build intltool
|
||||||
|
Add_dependency build glib-devel
|
|
@ -279,8 +279,7 @@ libxcb-atom.so xcb-util xcb-util-devel
|
||||||
libxcb-event.so xcb-util xcb-util-devel
|
libxcb-event.so xcb-util xcb-util-devel
|
||||||
libtiff.so tiff tiff-devel
|
libtiff.so tiff tiff-devel
|
||||||
libnotify.so libnotify libnotify-devel
|
libnotify.so libnotify libnotify-devel
|
||||||
libexo-0.3.so exo exo-devel
|
libexo-1.so exo exo-devel
|
||||||
libexo-hal-0.3.so exo exo-devel
|
|
||||||
libvte.so vte vte-devel
|
libvte.so vte vte-devel
|
||||||
libgamin-1.so gamin gamin-devel
|
libgamin-1.so gamin gamin-devel
|
||||||
libfam.so gamin gamin-devel
|
libfam.so gamin gamin-devel
|
||||||
|
@ -649,6 +648,7 @@ libclang.so libclang
|
||||||
libapr-1.so apr apr-devel
|
libapr-1.so apr apr-devel
|
||||||
libaprutil-1.so apr-util apr-util-devel
|
libaprutil-1.so apr-util apr-util-devel
|
||||||
libnetpgp.so libnetpgp libnetpgp-devel
|
libnetpgp.so libnetpgp libnetpgp-devel
|
||||||
|
libmj.so libnetpgp libnetpgp-devel
|
||||||
libmca_common_sm.so openmpi openmpi-devel
|
libmca_common_sm.so openmpi openmpi-devel
|
||||||
libmpi_cxx.so openmpi openmpi-devel
|
libmpi_cxx.so openmpi openmpi-devel
|
||||||
libmpi.so openmpi openmpi-devel
|
libmpi.so openmpi openmpi-devel
|
||||||
|
@ -667,3 +667,4 @@ libassuan.so libassuan libassuan-devel
|
||||||
libgpgme.so.11 gpgme gpgme-devel
|
libgpgme.so.11 gpgme gpgme-devel
|
||||||
libgpgme-pthread.so.11 gpgme gpgme-devel
|
libgpgme-pthread.so.11 gpgme gpgme-devel
|
||||||
libcryptui.so seahorse seahorse-devel
|
libcryptui.so seahorse seahorse-devel
|
||||||
|
libgarcon-1.so garcon garcon-devel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue