[arch-commits] Commit in mate-icon-theme/repos/community-staging-any (2 files)

Balló György bgyorgy at archlinux.org
Sat Aug 6 15:15:53 UTC 2016


    Date: Saturday, August 6, 2016 @ 15:15:53
  Author: bgyorgy
Revision: 185623

archrelease: copy trunk to community-staging-any

Added:
  mate-icon-theme/repos/community-staging-any/PKGBUILD
    (from rev 185622, mate-icon-theme/trunk/PKGBUILD)
Deleted:
  mate-icon-theme/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-06 15:15:18 UTC (rev 185622)
+++ PKGBUILD	2016-08-06 15:15:53 UTC (rev 185623)
@@ -1,27 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-_ver=1.14
-pkgname=mate-icon-theme
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="MATE icon theme"
-url="http://mate-desktop.org"
-arch=('any')
-license=('GPL')
-makedepends=('icon-naming-utils' 'intltool')
-options=(!strip !emptydirs)
-groups=('mate' 'mate-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('fc59d0763cb8b1405e6b9004aabc672f27215a6a')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-icon-theme/repos/community-staging-any/PKGBUILD (from rev 185622, mate-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-08-06 15:15:53 UTC (rev 185623)
@@ -0,0 +1,27 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.14
+pkgname=mate-icon-theme
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="MATE icon theme"
+url="http://mate-desktop.org"
+arch=('any')
+license=('LGPL')
+makedepends=('icon-naming-utils' 'intltool')
+options=(!strip !emptydirs)
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('fc59d0763cb8b1405e6b9004aabc672f27215a6a')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list