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

Martin Wimpress flexiondotorg at archlinux.org
Thu May 7 22:11:07 UTC 2015


    Date: Friday, May 8, 2015 @ 00:11:07
  Author: flexiondotorg
Revision: 132911

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

Added:
  marco-gtk3/repos/community-staging-i686/
  marco-gtk3/repos/community-staging-i686/PKGBUILD
    (from rev 132910, marco-gtk3/trunk/PKGBUILD)
  marco-gtk3/repos/community-staging-i686/marco.install
    (from rev 132910, marco-gtk3/trunk/marco.install)
  marco-gtk3/repos/community-staging-x86_64/
  marco-gtk3/repos/community-staging-x86_64/PKGBUILD
    (from rev 132910, marco-gtk3/trunk/PKGBUILD)
  marco-gtk3/repos/community-staging-x86_64/marco.install
    (from rev 132910, marco-gtk3/trunk/marco.install)

----------------------------------------+
 community-staging-i686/PKGBUILD        |   38 +++++++++++++++++++++++++++++++
 community-staging-i686/marco.install   |   11 ++++++++
 community-staging-x86_64/PKGBUILD      |   38 +++++++++++++++++++++++++++++++
 community-staging-x86_64/marco.install |   11 ++++++++
 4 files changed, 98 insertions(+)

Copied: marco-gtk3/repos/community-staging-i686/PKGBUILD (from rev 132910, marco-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-05-07 22:11:07 UTC (rev 132911)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+pkgbase=marco
+pkgname=(${pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="A window manager for MATE  (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt'
+         'mate-desktop-gtk3>=1.10' 'startup-notification' 'zenity')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-gtk3')
+conflicts=("${pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz")
+sha1sums=('57636adeddbaa1520dda76f7c383ab58944d5ed5')
+install=${pkgbase}.install
+
+build() {
+    cd "${srcdir}/${pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --with-gtk=3.0 \
+        --enable-startup-notification \
+        --disable-static
+    make
+}
+
+package_marco-gtk3() {
+    cd "${srcdir}/${pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: marco-gtk3/repos/community-staging-i686/marco.install (from rev 132910, marco-gtk3/trunk/marco.install)
===================================================================
--- community-staging-i686/marco.install	                        (rev 0)
+++ community-staging-i686/marco.install	2015-05-07 22:11:07 UTC (rev 132911)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: marco-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 132910, marco-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-05-07 22:11:07 UTC (rev 132911)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+pkgbase=marco
+pkgname=(${pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="A window manager for MATE  (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt'
+         'mate-desktop-gtk3>=1.10' 'startup-notification' 'zenity')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-gtk3')
+conflicts=("${pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz")
+sha1sums=('57636adeddbaa1520dda76f7c383ab58944d5ed5')
+install=${pkgbase}.install
+
+build() {
+    cd "${srcdir}/${pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --localstatedir=/var \
+        --with-gtk=3.0 \
+        --enable-startup-notification \
+        --disable-static
+    make
+}
+
+package_marco-gtk3() {
+    cd "${srcdir}/${pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: marco-gtk3/repos/community-staging-x86_64/marco.install (from rev 132910, marco-gtk3/trunk/marco.install)
===================================================================
--- community-staging-x86_64/marco.install	                        (rev 0)
+++ community-staging-x86_64/marco.install	2015-05-07 22:11:07 UTC (rev 132911)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list