[arch-commits] Commit in mate-user-share-gtk3/repos (6 files)
Martin Wimpress
flexiondotorg at archlinux.org
Fri Nov 6 01:08:29 UTC 2015
Date: Friday, November 6, 2015 @ 02:08:29
Author: flexiondotorg
Revision: 146161
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
mate-user-share-gtk3/repos/community-staging-i686/
mate-user-share-gtk3/repos/community-staging-i686/PKGBUILD
(from rev 146160, mate-user-share-gtk3/trunk/PKGBUILD)
mate-user-share-gtk3/repos/community-staging-i686/mate-user-share.install
(from rev 146160, mate-user-share-gtk3/trunk/mate-user-share.install)
mate-user-share-gtk3/repos/community-staging-x86_64/
mate-user-share-gtk3/repos/community-staging-x86_64/PKGBUILD
(from rev 146160, mate-user-share-gtk3/trunk/PKGBUILD)
mate-user-share-gtk3/repos/community-staging-x86_64/mate-user-share.install
(from rev 146160, mate-user-share-gtk3/trunk/mate-user-share.install)
--------------------------------------------------+
community-staging-i686/PKGBUILD | 37 +++++++++++++++++++++
community-staging-i686/mate-user-share.install | 13 +++++++
community-staging-x86_64/PKGBUILD | 37 +++++++++++++++++++++
community-staging-x86_64/mate-user-share.install | 13 +++++++
4 files changed, 100 insertions(+)
Copied: mate-user-share-gtk3/repos/community-staging-i686/PKGBUILD (from rev 146160, mate-user-share-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-06 01:08:29 UTC (rev 146161)
@@ -0,0 +1,37 @@
+#Maintainer: Martin Wimpress <code at flexion.org>
+
+_ver=1.12
+_pkgbase=mate-user-share
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="User level public file sharing via WebDAV for MATE. (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'libunique3' 'mod_dnssd')
+makedepends=('caja-gtk3>=1.12' 'libcanberra' 'libnotify' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('c792d84a5580b4f48d6abd0769bca6395e5cc368')
+install=${_pkgbase}.install
+
+build() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ PYTHON=/usr/bin/python2 ./configure \
+ --prefix=/usr \
+ --libexec=/usr/lib/${_pkgbase} \
+ --sysconfdir=/etc \
+ --with-gtk=3.0 \
+ --disable-static \
+ --disable-bluetooth
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ rm -f "${pkgdir}/usr/share/mate-user-share/dav_user_2.0.conf"
+}
Copied: mate-user-share-gtk3/repos/community-staging-i686/mate-user-share.install (from rev 146160, mate-user-share-gtk3/trunk/mate-user-share.install)
===================================================================
--- community-staging-i686/mate-user-share.install (rev 0)
+++ community-staging-i686/mate-user-share.install 2015-11-06 01:08:29 UTC (rev 146161)
@@ -0,0 +1,13 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: mate-user-share-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 146160, mate-user-share-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-11-06 01:08:29 UTC (rev 146161)
@@ -0,0 +1,37 @@
+#Maintainer: Martin Wimpress <code at flexion.org>
+
+_ver=1.12
+_pkgbase=mate-user-share
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="User level public file sharing via WebDAV for MATE. (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'libunique3' 'mod_dnssd')
+makedepends=('caja-gtk3>=1.12' 'libcanberra' 'libnotify' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('c792d84a5580b4f48d6abd0769bca6395e5cc368')
+install=${_pkgbase}.install
+
+build() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ PYTHON=/usr/bin/python2 ./configure \
+ --prefix=/usr \
+ --libexec=/usr/lib/${_pkgbase} \
+ --sysconfdir=/etc \
+ --with-gtk=3.0 \
+ --disable-static \
+ --disable-bluetooth
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ rm -f "${pkgdir}/usr/share/mate-user-share/dav_user_2.0.conf"
+}
Copied: mate-user-share-gtk3/repos/community-staging-x86_64/mate-user-share.install (from rev 146160, mate-user-share-gtk3/trunk/mate-user-share.install)
===================================================================
--- community-staging-x86_64/mate-user-share.install (rev 0)
+++ community-staging-x86_64/mate-user-share.install 2015-11-06 01:08:29 UTC (rev 146161)
@@ -0,0 +1,13 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list