[arch-commits] Commit in gnome-pilot/repos (4 files)

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:30:43 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:30:42
  Author: ibiru
Revision: 138932

db-move: moved gnome-pilot from [gnome-unstable] to [testing] (x86_64)

Added:
  gnome-pilot/repos/testing-x86_64/
  gnome-pilot/repos/testing-x86_64/PKGBUILD
    (from rev 138832, gnome-pilot/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-pilot/repos/testing-x86_64/gnome-pilot.install
    (from rev 138832, gnome-pilot/repos/gnome-unstable-x86_64/gnome-pilot.install)
Deleted:
  gnome-pilot/repos/gnome-unstable-x86_64/

---------------------+
 PKGBUILD            |   35 +++++++++++++++++++++++++++++++++++
 gnome-pilot.install |   17 +++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: gnome-pilot/repos/testing-x86_64/PKGBUILD (from rev 138832, gnome-pilot/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-09-28 19:30:42 UTC (rev 138932)
@@ -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-x86_64/gnome-pilot.install (from rev 138832, gnome-pilot/repos/gnome-unstable-x86_64/gnome-pilot.install)
===================================================================
--- testing-x86_64/gnome-pilot.install	                        (rev 0)
+++ testing-x86_64/gnome-pilot.install	2011-09-28 19:30:42 UTC (rev 138932)
@@ -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