[arch-commits] Commit in (5 files)
Martin Wimpress
flexiondotorg at archlinux.org
Sat May 9 19:00:35 UTC 2015
Date: Saturday, May 9, 2015 @ 21:00:35
Author: flexiondotorg
Revision: 133128
Added mate-utils-gtk3
Added:
mate-utils-gtk3/
mate-utils-gtk3/repos/
mate-utils-gtk3/trunk/
mate-utils-gtk3/trunk/PKGBUILD
mate-utils-gtk3/trunk/mate-utils.install
--------------------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
mate-utils.install | 12 ++++++++++++
2 files changed, 51 insertions(+)
Added: mate-utils-gtk3/trunk/PKGBUILD
===================================================================
--- mate-utils-gtk3/trunk/PKGBUILD (rev 0)
+++ mate-utils-gtk3/trunk/PKGBUILD 2015-05-09 19:00:35 UTC (rev 133128)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_pkgbase=mate-utils
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'libcanberra' 'libgtop' 'libsm' 'zlib')
+makedepends=('mate-common' 'mate-panel-gtk3>=1.10' 'rarian' 'yelp-tools')
+optdepends=('mate-panel-gtk3: Look up words in dictionaries from the panel'
+ '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=('ecb5a219816f8e41b7e98ea7ee505529fd4d7524')
+install=${_pkgbase}.install
+
+build() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${_pkgbase} \
+ --with-gtk=3.0 \
+ --sysconfdir=/etc \
+ --enable-deprecated \
+ --disable-maintainer-flags \
+ --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Property changes on: mate-utils-gtk3/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-utils-gtk3/trunk/mate-utils.install
===================================================================
--- mate-utils-gtk3/trunk/mate-utils.install (rev 0)
+++ mate-utils-gtk3/trunk/mate-utils.install 2015-05-09 19:00:35 UTC (rev 133128)
@@ -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