[arch-commits] Commit in mate-panel-gtk3/repos (6 files)

Martin Wimpress flexiondotorg at archlinux.org
Sat May 9 11:42:26 UTC 2015


    Date: Saturday, May 9, 2015 @ 13:42:26
  Author: flexiondotorg
Revision: 133045

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  mate-panel-gtk3/repos/community-staging-i686/
  mate-panel-gtk3/repos/community-staging-i686/PKGBUILD
    (from rev 133044, mate-panel-gtk3/trunk/PKGBUILD)
  mate-panel-gtk3/repos/community-staging-i686/mate-panel.install
    (from rev 133044, mate-panel-gtk3/trunk/mate-panel.install)
  mate-panel-gtk3/repos/community-staging-x86_64/
  mate-panel-gtk3/repos/community-staging-x86_64/PKGBUILD
    (from rev 133044, mate-panel-gtk3/trunk/PKGBUILD)
  mate-panel-gtk3/repos/community-staging-x86_64/mate-panel.install
    (from rev 133044, mate-panel-gtk3/trunk/mate-panel.install)

---------------------------------------------+
 community-staging-i686/PKGBUILD             |   40 ++++++++++++++++++++++++++
 community-staging-i686/mate-panel.install   |   12 +++++++
 community-staging-x86_64/PKGBUILD           |   40 ++++++++++++++++++++++++++
 community-staging-x86_64/mate-panel.install |   12 +++++++
 4 files changed, 104 insertions(+)

Copied: mate-panel-gtk3/repos/community-staging-i686/PKGBUILD (from rev 133044, mate-panel-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-05-09 11:42:26 UTC (rev 133045)
@@ -0,0 +1,40 @@
+# 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() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-panel-gtk3/repos/community-staging-i686/mate-panel.install (from rev 133044, mate-panel-gtk3/trunk/mate-panel.install)
===================================================================
--- community-staging-i686/mate-panel.install	                        (rev 0)
+++ community-staging-i686/mate-panel.install	2015-05-09 11:42:26 UTC (rev 133045)
@@ -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
+}

Copied: mate-panel-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 133044, mate-panel-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-05-09 11:42:26 UTC (rev 133045)
@@ -0,0 +1,40 @@
+# 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() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-panel-gtk3/repos/community-staging-x86_64/mate-panel.install (from rev 133044, mate-panel-gtk3/trunk/mate-panel.install)
===================================================================
--- community-staging-x86_64/mate-panel.install	                        (rev 0)
+++ community-staging-x86_64/mate-panel.install	2015-05-09 11:42:26 UTC (rev 133045)
@@ -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