[arch-commits] Commit in (5 files)

Martin Wimpress flexiondotorg at archlinux.org
Thu May 7 10:31:48 UTC 2015


    Date: Thursday, May 7, 2015 @ 12:31:48
  Author: flexiondotorg
Revision: 132856

Added mate-panel-gtk3

Added:
  mate-panel-gtk3/
  mate-panel-gtk3/repos/
  mate-panel-gtk3/trunk/
  mate-panel-gtk3/trunk/PKGBUILD
  mate-panel-gtk3/trunk/mate-panel.install

--------------------+
 PKGBUILD           |   41 +++++++++++++++++++++++++++++++++++++++++
 mate-panel.install |   12 ++++++++++++
 2 files changed, 53 insertions(+)

Added: mate-panel-gtk3/trunk/PKGBUILD
===================================================================
--- mate-panel-gtk3/trunk/PKGBUILD	                        (rev 0)
+++ mate-panel-gtk3/trunk/PKGBUILD	2015-05-07 10:31:48 UTC (rev 132856)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+pkgbase=mate-panel
+pkgname=(${pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="The MATE Panel (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('caja-gtk3>=1.10' 'dbus-glib' 'dconf' 'gtk3' 'libwnck3' 'libcanberra' 'libice'
+         'libmateweather-gtk3>=1.10' 'librsvg' 'libsm' 'libsoup' 'libxau' 'marco-gtk3>=1.10'
+         'mate-menus>=1.10' 'mate-desktop-gtk3>=1.10' 'mate-session-manager-gtk3>=1.10')
+makedepends=('gobject-introspection' 'mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz")
+groups=('mate-gtk3')
+conflicts=("${pkgbase}")
+sha1sums=('632d7127fba8c5fa76f5dd951db89325c6ca3f89')
+install=${pkgbase}.install
+
+
+build() {
+    cd "${srcdir}/${pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgbase} \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --with-gtk=3.0 \
+        --enable-introspection \
+        --disable-static
+    make
+}
+
+package_mate-panel-gtk3() {
+    cd "${srcdir}/${pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-panel-gtk3/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-panel-gtk3/trunk/mate-panel.install
===================================================================
--- mate-panel-gtk3/trunk/mate-panel.install	                        (rev 0)
+++ mate-panel-gtk3/trunk/mate-panel.install	2015-05-07 10:31:48 UTC (rev 132856)
@@ -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/hicolor
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list