[arch-commits] Commit in mate-user-share/repos (4 files)

Antonio Rojas arojas at archlinux.org
Fri Mar 17 21:28:55 UTC 2017


    Date: Friday, March 17, 2017 @ 21:28:54
  Author: arojas
Revision: 217000

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  mate-user-share/repos/community-staging-i686/
  mate-user-share/repos/community-staging-i686/PKGBUILD
    (from rev 216999, mate-user-share/trunk/PKGBUILD)
  mate-user-share/repos/community-staging-x86_64/
  mate-user-share/repos/community-staging-x86_64/PKGBUILD
    (from rev 216999, mate-user-share/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: mate-user-share/repos/community-staging-i686/PKGBUILD (from rev 216999, mate-user-share/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-17 21:28:54 UTC (rev 217000)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-user-share
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="User level public file sharing via WebDAV for MATE"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'mod_dnssd')
+makedepends=('caja' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 'libnotify')
+optdepends=('caja: File sharing extension')
+groups=('mate-extra')
+conflicts=('mate-user-share-gtk3')
+replaces=('mate-user-share-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('1ae23e4e74fc1fffd8207fd15751092763c46ca4')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --libexec=/usr/lib/${pkgname} \
+        --sysconfdir=/etc \
+        --disable-bluetooth
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make  DESTDIR="${pkgdir}" install
+}

Copied: mate-user-share/repos/community-staging-x86_64/PKGBUILD (from rev 216999, mate-user-share/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-17 21:28:54 UTC (rev 217000)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-user-share
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="User level public file sharing via WebDAV for MATE"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'mod_dnssd')
+makedepends=('caja' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 'libnotify')
+optdepends=('caja: File sharing extension')
+groups=('mate-extra')
+conflicts=('mate-user-share-gtk3')
+replaces=('mate-user-share-gtk3')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('1ae23e4e74fc1fffd8207fd15751092763c46ca4')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    PYTHON=/usr/bin/python2 ./configure \
+        --prefix=/usr \
+        --libexec=/usr/lib/${pkgname} \
+        --sysconfdir=/etc \
+        --disable-bluetooth
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make  DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list