[arch-commits] Commit in gnome-user-share/repos (6 files)

Jan Steffens heftig at archlinux.org
Wed Oct 3 14:41:06 UTC 2012


    Date: Wednesday, October 3, 2012 @ 10:41:05
  Author: heftig
Revision: 167785

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-user-share/repos/gnome-unstable-i686/
  gnome-user-share/repos/gnome-unstable-i686/PKGBUILD
    (from rev 167780, gnome-user-share/trunk/PKGBUILD)
  gnome-user-share/repos/gnome-unstable-i686/gnome-user-share.install
    (from rev 167780, gnome-user-share/trunk/gnome-user-share.install)
  gnome-user-share/repos/gnome-unstable-x86_64/
  gnome-user-share/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 167783, gnome-user-share/trunk/PKGBUILD)
  gnome-user-share/repos/gnome-unstable-x86_64/gnome-user-share.install
    (from rev 167783, gnome-user-share/trunk/gnome-user-share.install)

------------------------------------------------+
 gnome-unstable-i686/PKGBUILD                   |   29 +++++++++++++++++++++++
 gnome-unstable-i686/gnome-user-share.install   |   12 +++++++++
 gnome-unstable-x86_64/PKGBUILD                 |   29 +++++++++++++++++++++++
 gnome-unstable-x86_64/gnome-user-share.install |   12 +++++++++
 4 files changed, 82 insertions(+)

Copied: gnome-user-share/repos/gnome-unstable-i686/PKGBUILD (from rev 167780, gnome-user-share/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2012-10-03 14:41:05 UTC (rev 167785)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Roman Kyrylych <roman at archlinux.org>
+
+pkgname=gnome-user-share
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="Easy to use user-level file sharing for GNOME."
+arch=('i686' 'x86_64')
+url="http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/"
+license=('GPL')
+depends=('mod_dnssd' 'dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'gnome-bluetooth' 'libcanberra')
+makedepends=('intltool' 'nautilus' 'itstool' 'docbook-xsl')
+options=('!emptydirs' '!libtool')
+install=gnome-user-share.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('e1c8ca73163bf77ce7ca1b92db94cd9c4680a24b940d620996c9331ab79edeb8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --libexecdir=/usr/lib/gnome-user-share \
+      --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnome-user-share/repos/gnome-unstable-i686/gnome-user-share.install (from rev 167780, gnome-user-share/trunk/gnome-user-share.install)
===================================================================
--- gnome-unstable-i686/gnome-user-share.install	                        (rev 0)
+++ gnome-unstable-i686/gnome-user-share.install	2012-10-03 14:41:05 UTC (rev 167785)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-user-share/repos/gnome-unstable-x86_64/PKGBUILD (from rev 167783, gnome-user-share/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2012-10-03 14:41:05 UTC (rev 167785)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Roman Kyrylych <roman at archlinux.org>
+
+pkgname=gnome-user-share
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="Easy to use user-level file sharing for GNOME."
+arch=('i686' 'x86_64')
+url="http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/"
+license=('GPL')
+depends=('mod_dnssd' 'dconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'gnome-bluetooth' 'libcanberra')
+makedepends=('intltool' 'nautilus' 'itstool' 'docbook-xsl')
+options=('!emptydirs' '!libtool')
+install=gnome-user-share.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('e1c8ca73163bf77ce7ca1b92db94cd9c4680a24b940d620996c9331ab79edeb8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --libexecdir=/usr/lib/gnome-user-share \
+      --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnome-user-share/repos/gnome-unstable-x86_64/gnome-user-share.install (from rev 167783, gnome-user-share/trunk/gnome-user-share.install)
===================================================================
--- gnome-unstable-x86_64/gnome-user-share.install	                        (rev 0)
+++ gnome-unstable-x86_64/gnome-user-share.install	2012-10-03 14:41:05 UTC (rev 167785)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list