[arch-commits] Commit in mate-control-center/repos (6 files)
Martin Wimpress
flexiondotorg at archlinux.org
Thu Nov 5 23:54:12 UTC 2015
Date: Friday, November 6, 2015 @ 00:54:12
Author: flexiondotorg
Revision: 146107
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
mate-control-center/repos/community-staging-i686/
mate-control-center/repos/community-staging-i686/PKGBUILD
(from rev 146106, mate-control-center/trunk/PKGBUILD)
mate-control-center/repos/community-staging-i686/mate-control-center.install
(from rev 146106, mate-control-center/trunk/mate-control-center.install)
mate-control-center/repos/community-staging-x86_64/
mate-control-center/repos/community-staging-x86_64/PKGBUILD
(from rev 146106, mate-control-center/trunk/PKGBUILD)
mate-control-center/repos/community-staging-x86_64/mate-control-center.install
(from rev 146106, mate-control-center/trunk/mate-control-center.install)
------------------------------------------------------+
community-staging-i686/PKGBUILD | 41 +++++++++++++++++
community-staging-i686/mate-control-center.install | 14 +++++
community-staging-x86_64/PKGBUILD | 41 +++++++++++++++++
community-staging-x86_64/mate-control-center.install | 14 +++++
4 files changed, 110 insertions(+)
Copied: mate-control-center/repos/community-staging-i686/PKGBUILD (from rev 146106, mate-control-center/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-11-05 23:54:12 UTC (rev 146107)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.12
+_pkgbase=mate-control-center
+pkgname=${_pkgbase}
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="The Control Center for MATE (GTK2 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'desktop-file-utils' 'gsettings-desktop-schemas' 'gtk2'
+ 'mate-desktop>=1.12' 'mate-icon-theme' 'mate-menus>=1.12' 'mate-settings-daemon>=1.12'
+ 'marco>=1.12' 'libgtop' 'libmatekbd>=1.12' 'libunique' 'librsvg' 'libxss'
+ 'libxt' 'startup-notification')
+makedepends=('docbook2x' '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=('2a595173085cbe5f14f0552083db8ed18974d3c1')
+install=${_pkgbase}.install
+
+build() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --sbindir=/usr/bin \
+ --localstatedir=/var \
+ --with-gtk=2.0 \
+ --disable-static \
+ --disable-update-mimedb
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache"
+}
Copied: mate-control-center/repos/community-staging-i686/mate-control-center.install (from rev 146106, mate-control-center/trunk/mate-control-center.install)
===================================================================
--- community-staging-i686/mate-control-center.install (rev 0)
+++ community-staging-i686/mate-control-center.install 2015-11-05 23:54:12 UTC (rev 146107)
@@ -0,0 +1,14 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+ update-mime-database /usr/share/mime/ > /dev/null
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: mate-control-center/repos/community-staging-x86_64/PKGBUILD (from rev 146106, mate-control-center/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-11-05 23:54:12 UTC (rev 146107)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.12
+_pkgbase=mate-control-center
+pkgname=${_pkgbase}
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="The Control Center for MATE (GTK2 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'dconf' 'desktop-file-utils' 'gsettings-desktop-schemas' 'gtk2'
+ 'mate-desktop>=1.12' 'mate-icon-theme' 'mate-menus>=1.12' 'mate-settings-daemon>=1.12'
+ 'marco>=1.12' 'libgtop' 'libmatekbd>=1.12' 'libunique' 'librsvg' 'libxss'
+ 'libxt' 'startup-notification')
+makedepends=('docbook2x' '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=('2a595173085cbe5f14f0552083db8ed18974d3c1')
+install=${_pkgbase}.install
+
+build() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --sbindir=/usr/bin \
+ --localstatedir=/var \
+ --with-gtk=2.0 \
+ --disable-static \
+ --disable-update-mimedb
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache"
+}
Copied: mate-control-center/repos/community-staging-x86_64/mate-control-center.install (from rev 146106, mate-control-center/trunk/mate-control-center.install)
===================================================================
--- community-staging-x86_64/mate-control-center.install (rev 0)
+++ community-staging-x86_64/mate-control-center.install 2015-11-05 23:54:12 UTC (rev 146107)
@@ -0,0 +1,14 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+ update-mime-database /usr/share/mime/ > /dev/null
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list