[arch-commits] Commit in mate-utils/repos (8 files)
Martin Wimpress
flexiondotorg at archlinux.org
Tue Sep 1 15:50:03 UTC 2015
Date: Tuesday, September 1, 2015 @ 17:50:03
Author: flexiondotorg
Revision: 139071
archrelease: copy trunk to community-i686, community-x86_64
Added:
mate-utils/repos/community-i686/PKGBUILD
(from rev 139070, mate-utils/trunk/PKGBUILD)
mate-utils/repos/community-i686/mate-utils.install
(from rev 139070, mate-utils/trunk/mate-utils.install)
mate-utils/repos/community-x86_64/PKGBUILD
(from rev 139070, mate-utils/trunk/PKGBUILD)
mate-utils/repos/community-x86_64/mate-utils.install
(from rev 139070, mate-utils/trunk/mate-utils.install)
Deleted:
mate-utils/repos/community-i686/PKGBUILD
mate-utils/repos/community-i686/mate-utils.install
mate-utils/repos/community-x86_64/PKGBUILD
mate-utils/repos/community-x86_64/mate-utils.install
-------------------------------------+
/PKGBUILD | 76 ++++++++++++++++++++++++++++++++++
/mate-utils.install | 24 ++++++++++
community-i686/PKGBUILD | 38 -----------------
community-i686/mate-utils.install | 12 -----
community-x86_64/PKGBUILD | 38 -----------------
community-x86_64/mate-utils.install | 12 -----
6 files changed, 100 insertions(+), 100 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-09-01 15:49:55 UTC (rev 139070)
+++ community-i686/PKGBUILD 2015-09-01 15:50:03 UTC (rev 139071)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-_ver=1.10
-_pkgbase=mate-utils
-pkgname=(${_pkgbase})
-pkgver=${_ver}.2
-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=('desktop-file-utils' 'gtk2' 'libcanberra' 'libgtop' 'libsm' 'zlib')
-makedepends=('mate-common' 'mate-panel>=1.10' 'rarian' 'yelp-tools')
-optdepends=('mate-panel: Look up words in dictionaries from the panel'
- 'yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('bccd69a31f769f6cba7d77edded2d8a53031b41d')
-install=${_pkgbase}.install
-
-build() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/${_pkgbase} \
- --with-gtk=2.0 \
- --sysconfdir=/etc \
- --enable-deprecated \
- --disable-maintainer-flags \
- --disable-static
- make
-}
-
-package() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: mate-utils/repos/community-i686/PKGBUILD (from rev 139070, mate-utils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-01 15:50:03 UTC (rev 139071)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_pkgbase=mate-utils
+pkgname=(${_pkgbase})
+pkgver=${_ver}.3
+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=('desktop-file-utils' 'gtk2' 'libcanberra' 'libgtop' 'libsm' 'zlib')
+makedepends=('mate-common' 'mate-panel>=1.10' 'rarian' 'yelp-tools')
+optdepends=('mate-panel: Look up words in dictionaries from the panel'
+ 'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('30ce3198bfac97898129bcadc0266d2e5278dbbb')
+install=${_pkgbase}.install
+
+build() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${_pkgbase} \
+ --with-gtk=2.0 \
+ --sysconfdir=/etc \
+ --enable-deprecated \
+ --disable-maintainer-flags \
+ --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: community-i686/mate-utils.install
===================================================================
--- community-i686/mate-utils.install 2015-09-01 15:49:55 UTC (rev 139070)
+++ community-i686/mate-utils.install 2015-09-01 15:50:03 UTC (rev 139071)
@@ -1,12 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas/
- gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: mate-utils/repos/community-i686/mate-utils.install (from rev 139070, mate-utils/trunk/mate-utils.install)
===================================================================
--- community-i686/mate-utils.install (rev 0)
+++ community-i686/mate-utils.install 2015-09-01 15:50:03 UTC (rev 139071)
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+ gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-09-01 15:49:55 UTC (rev 139070)
+++ community-x86_64/PKGBUILD 2015-09-01 15:50:03 UTC (rev 139071)
@@ -1,38 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-_ver=1.10
-_pkgbase=mate-utils
-pkgname=(${_pkgbase})
-pkgver=${_ver}.2
-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=('desktop-file-utils' 'gtk2' 'libcanberra' 'libgtop' 'libsm' 'zlib')
-makedepends=('mate-common' 'mate-panel>=1.10' 'rarian' 'yelp-tools')
-optdepends=('mate-panel: Look up words in dictionaries from the panel'
- 'yelp: for reading MATE help documents')
-groups=('mate-extra')
-conflicts=("${_pkgbase}-gtk3")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('bccd69a31f769f6cba7d77edded2d8a53031b41d')
-install=${_pkgbase}.install
-
-build() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/${_pkgbase} \
- --with-gtk=2.0 \
- --sysconfdir=/etc \
- --enable-deprecated \
- --disable-maintainer-flags \
- --disable-static
- make
-}
-
-package() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: mate-utils/repos/community-x86_64/PKGBUILD (from rev 139070, mate-utils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-09-01 15:50:03 UTC (rev 139071)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_pkgbase=mate-utils
+pkgname=(${_pkgbase})
+pkgver=${_ver}.3
+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=('desktop-file-utils' 'gtk2' 'libcanberra' 'libgtop' 'libsm' 'zlib')
+makedepends=('mate-common' 'mate-panel>=1.10' 'rarian' 'yelp-tools')
+optdepends=('mate-panel: Look up words in dictionaries from the panel'
+ 'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('30ce3198bfac97898129bcadc0266d2e5278dbbb')
+install=${_pkgbase}.install
+
+build() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${_pkgbase} \
+ --with-gtk=2.0 \
+ --sysconfdir=/etc \
+ --enable-deprecated \
+ --disable-maintainer-flags \
+ --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: community-x86_64/mate-utils.install
===================================================================
--- community-x86_64/mate-utils.install 2015-09-01 15:49:55 UTC (rev 139070)
+++ community-x86_64/mate-utils.install 2015-09-01 15:50:03 UTC (rev 139071)
@@ -1,12 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas/
- gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: mate-utils/repos/community-x86_64/mate-utils.install (from rev 139070, mate-utils/trunk/mate-utils.install)
===================================================================
--- community-x86_64/mate-utils.install (rev 0)
+++ community-x86_64/mate-utils.install 2015-09-01 15:50:03 UTC (rev 139071)
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+ gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list