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

Balló György bgyorgy at archlinux.org
Thu Mar 30 20:11:19 UTC 2017


    Date: Thursday, March 30, 2017 @ 20:11:19
  Author: bgyorgy
Revision: 220127

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-03-30 20:11:13 UTC (rev 220126)
+++ community-i686/PKGBUILD	2017-03-30 20:11:19 UTC (rev 220127)
@@ -1,36 +0,0 @@
-# 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-i686/PKGBUILD (from rev 220126, mate-user-share/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-03-30 20:11:19 UTC (rev 220127)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-user-share
+pkgver=1.18.0
+pkgrel=2
+pkgdesc="User level public file sharing via WebDAV for MATE"
+url="http://mate-desktop.org"
+arch=('i686' '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=('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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-03-30 20:11:13 UTC (rev 220126)
+++ community-x86_64/PKGBUILD	2017-03-30 20:11:19 UTC (rev 220127)
@@ -1,36 +0,0 @@
-# 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-x86_64/PKGBUILD (from rev 220126, mate-user-share/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-03-30 20:11:19 UTC (rev 220127)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-user-share
+pkgver=1.18.0
+pkgrel=2
+pkgdesc="User level public file sharing via WebDAV for MATE"
+url="http://mate-desktop.org"
+arch=('i686' '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=('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