[arch-commits] Commit in marco/repos (6 files)
Martin Wimpress
flexiondotorg at archlinux.org
Thu Nov 5 23:31:03 UTC 2015
Date: Friday, November 6, 2015 @ 00:31:02
Author: flexiondotorg
Revision: 146082
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
marco/repos/community-staging-i686/
marco/repos/community-staging-i686/PKGBUILD
(from rev 146081, marco/trunk/PKGBUILD)
marco/repos/community-staging-i686/marco.install
(from rev 146081, marco/trunk/marco.install)
marco/repos/community-staging-x86_64/
marco/repos/community-staging-x86_64/PKGBUILD
(from rev 146081, marco/trunk/PKGBUILD)
marco/repos/community-staging-x86_64/marco.install
(from rev 146081, marco/trunk/marco.install)
----------------------------------------+
community-staging-i686/PKGBUILD | 37 +++++++++++++++++++++++++++++++
community-staging-i686/marco.install | 11 +++++++++
community-staging-x86_64/PKGBUILD | 37 +++++++++++++++++++++++++++++++
community-staging-x86_64/marco.install | 11 +++++++++
4 files changed, 96 insertions(+)
Copied: marco/repos/community-staging-i686/PKGBUILD (from rev 146081, marco/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-05 23:31:02 UTC (rev 146082)
@@ -0,0 +1,37 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.12
+_pkgbase=marco
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="A window manager for MATE (GTK2 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt'
+ 'mate-desktop>=1.12' 'startup-notification' 'zenity')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('455658133e679b79961cbfd5d74097ccb39a659f')
+install=${_pkgbase}.install
+
+build() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --with-gtk=2.0 \
+ --enable-startup-notification \
+ --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: marco/repos/community-staging-i686/marco.install (from rev 146081, marco/trunk/marco.install)
===================================================================
--- community-staging-i686/marco.install (rev 0)
+++ community-staging-i686/marco.install 2015-11-05 23:31:02 UTC (rev 146082)
@@ -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/repos/community-staging-x86_64/PKGBUILD (from rev 146081, marco/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-11-05 23:31:02 UTC (rev 146082)
@@ -0,0 +1,37 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.12
+_pkgbase=marco
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="A window manager for MATE (GTK2 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libcanberra' 'libgtop' 'libice' 'libsm' 'libxt'
+ 'mate-desktop>=1.12' 'startup-notification' 'zenity')
+makedepends=('mate-common' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('455658133e679b79961cbfd5d74097ccb39a659f')
+install=${_pkgbase}.install
+
+build() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --with-gtk=2.0 \
+ --enable-startup-notification \
+ --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: marco/repos/community-staging-x86_64/marco.install (from rev 146081, marco/trunk/marco.install)
===================================================================
--- community-staging-x86_64/marco.install (rev 0)
+++ community-staging-x86_64/marco.install 2015-11-05 23:31:02 UTC (rev 146082)
@@ -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