[arch-commits] Commit in mate-themes/repos (3 files)
Martin Wimpress
flexiondotorg at nymeria.archlinux.org
Wed Mar 5 22:31:05 UTC 2014
Date: Wednesday, March 5, 2014 @ 23:31:05
Author: flexiondotorg
Revision: 106594
archrelease: copy trunk to community-staging-any
Added:
mate-themes/repos/community-staging-any/
mate-themes/repos/community-staging-any/PKGBUILD
(from rev 106593, mate-themes/trunk/PKGBUILD)
mate-themes/repos/community-staging-any/mate-themes.install
(from rev 106593, mate-themes/trunk/mate-themes.install)
---------------------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
mate-themes.install | 16 ++++++++++++++++
2 files changed, 48 insertions(+)
Copied: mate-themes/repos/community-staging-any/PKGBUILD (from rev 106593, mate-themes/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2014-03-05 22:31:05 UTC (rev 106594)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-themes
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org"
+arch=('any')
+license=('GPL')
+depends=('gtk2' 'gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils' 'perl-xml-parser')
+optdepends=('gtk-engine-unico: Support for some GTK3 themes.')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('1a02c95b8fc94b47c29399ae952e25e954dd4284')
+install=${pkgname}.install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --enable-all-themes \
+ --enable-test-themes \
+ --disable-placeholders
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: mate-themes/repos/community-staging-any/mate-themes.install (from rev 106593, mate-themes/trunk/mate-themes.install)
===================================================================
--- community-staging-any/mate-themes.install (rev 0)
+++ community-staging-any/mate-themes.install 2014-03-05 22:31:05 UTC (rev 106594)
@@ -0,0 +1,16 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHighLargePrint
+ gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHighLargePrintInverse
+ gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh-SVG
+ gtk-update-icon-cache -q -t -f /usr/share/icons/Fog
+ gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+ gtk-update-icon-cache -q -t -f /usr/share/icons/Quid
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list