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

Antonio Rojas arojas at archlinux.org
Fri Feb 9 19:07:43 UTC 2018


    Date: Friday, February 9, 2018 @ 19:07:42
  Author: arojas
Revision: 290557

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Copied: mate-user-share/repos/community-staging-x86_64/PKGBUILD (from rev 290556, mate-user-share/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-02-09 19:07:42 UTC (rev 290557)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-user-share
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="User level public file sharing via WebDAV for MATE"
+url="http://mate-desktop.org"
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3' '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=('78a43cabfaf595658e5e71f80881ccb36140bf29')
+
+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