[arch-commits] Commit in gnome-pilot/repos (4 files)
Ionut Biru
ibiru at archlinux.org
Wed Sep 28 19:30:41 UTC 2011
Date: Wednesday, September 28, 2011 @ 15:30:40
Author: ibiru
Revision: 138931
db-move: moved gnome-pilot from [gnome-unstable] to [testing] (i686)
Added:
gnome-pilot/repos/testing-i686/
gnome-pilot/repos/testing-i686/PKGBUILD
(from rev 138832, gnome-pilot/repos/gnome-unstable-i686/PKGBUILD)
gnome-pilot/repos/testing-i686/gnome-pilot.install
(from rev 138832, gnome-pilot/repos/gnome-unstable-i686/gnome-pilot.install)
Deleted:
gnome-pilot/repos/gnome-unstable-i686/
---------------------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
gnome-pilot.install | 17 +++++++++++++++++
2 files changed, 52 insertions(+)
Copied: gnome-pilot/repos/testing-i686/PKGBUILD (from rev 138832, gnome-pilot/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2011-09-28 19:30:40 UTC (rev 138931)
@@ -0,0 +1,35 @@
+# $Id$
+# Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-pilot
+pkgver=2.91.93
+pkgrel=1
+pkgdesc="Pilot Support for Gnome"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('pilot-link' 'evolution-data-server')
+makedepends=('intltool' 'gob2' 'gnome-doc-utils' 'gnome-panel')
+optdepends=('gnome-panel')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org"
+install=gnome-pilot.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('56fbb1c54621dcda9cde4c7ac0754d5d9d68ae2ae1eb63acffb00817e4a8dd21')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --libexecdir=/usr/lib/gnome-pilot \
+ --localstatedir=/var --disable-static \
+ --without-hal
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+
+ install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+ gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" ${pkgdir}/etc/gconf/schemas/*.schemas
+ rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}
Copied: gnome-pilot/repos/testing-i686/gnome-pilot.install (from rev 138832, gnome-pilot/repos/gnome-unstable-i686/gnome-pilot.install)
===================================================================
--- testing-i686/gnome-pilot.install (rev 0)
+++ testing-i686/gnome-pilot.install 2011-09-28 19:30:40 UTC (rev 138931)
@@ -0,0 +1,17 @@
+pkgname=gnome-pilot
+
+post_install() {
+ usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+ pre_remove $1
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ usr/sbin/gconfpkg --uninstall ${pkgname}
+}
More information about the arch-commits
mailing list