[arch-commits] Commit in mate-utils/repos (4 files)
Balló György
bgyorgy at archlinux.org
Sun Oct 16 23:46:01 UTC 2016
Date: Sunday, October 16, 2016 @ 23:46:00
Author: bgyorgy
Revision: 192389
archrelease: copy trunk to community-i686, community-x86_64
Added:
mate-utils/repos/community-i686/PKGBUILD
(from rev 192388, mate-utils/trunk/PKGBUILD)
mate-utils/repos/community-x86_64/PKGBUILD
(from rev 192388, mate-utils/trunk/PKGBUILD)
Deleted:
mate-utils/repos/community-i686/PKGBUILD
mate-utils/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 76 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 38 ----------------------
community-x86_64/PKGBUILD | 38 ----------------------
3 files changed, 76 insertions(+), 76 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-16 23:45:54 UTC (rev 192388)
+++ community-i686/PKGBUILD 2016-10-16 23:46:00 UTC (rev 192389)
@@ -1,38 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-_ver=1.16
-_pkgbase=mate-utils
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files (GTK2 version)"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'libcanberra' 'libgtop' 'libsm')
-makedepends=('intltool' 'itstool' 'mate-panel')
-optdepends=('mate-panel: Look up words in dictionaries from the panel')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9')
-
-build() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/${_pkgbase} \
- --with-gtk=2.0 \
- --sysconfdir=/etc \
- --disable-maintainer-flags
-
- #https://bugzilla.gnome.org/show_bug.cgi?id=656231
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make
-}
-
-package() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: mate-utils/repos/community-i686/PKGBUILD (from rev 192388, mate-utils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-16 23:46:00 UTC (rev 192389)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.16
+_pkgbase=mate-utils
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files (GTK2 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'mate-desktop-schemas' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel')
+optdepends=('mate-panel: Look up words in dictionaries from the panel')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9')
+
+build() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${_pkgbase} \
+ --with-gtk=2.0 \
+ --sysconfdir=/etc \
+ --disable-maintainer-flags
+
+ #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-10-16 23:45:54 UTC (rev 192388)
+++ community-x86_64/PKGBUILD 2016-10-16 23:46:00 UTC (rev 192389)
@@ -1,38 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-_ver=1.16
-_pkgbase=mate-utils
-pkgname=(${_pkgbase})
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files (GTK2 version)"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'libcanberra' 'libgtop' 'libsm')
-makedepends=('intltool' 'itstool' 'mate-panel')
-optdepends=('mate-panel: Look up words in dictionaries from the panel')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9')
-
-build() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/${_pkgbase} \
- --with-gtk=2.0 \
- --sysconfdir=/etc \
- --disable-maintainer-flags
-
- #https://bugzilla.gnome.org/show_bug.cgi?id=656231
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make
-}
-
-package() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: mate-utils/repos/community-x86_64/PKGBUILD (from rev 192388, mate-utils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-16 23:46:00 UTC (rev 192389)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.16
+_pkgbase=mate-utils
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files (GTK2 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'mate-desktop-schemas' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel')
+optdepends=('mate-panel: Look up words in dictionaries from the panel')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9')
+
+build() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${_pkgbase} \
+ --with-gtk=2.0 \
+ --sysconfdir=/etc \
+ --disable-maintainer-flags
+
+ #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list