[arch-commits] Commit in mate-control-center/repos (6 files)

Martin Wimpress flexiondotorg at archlinux.org
Sat May 9 11:58:05 UTC 2015


    Date: Saturday, May 9, 2015 @ 13:58:04
  Author: flexiondotorg
Revision: 133053

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 133052, mate-control-center/trunk/PKGBUILD)
  mate-control-center/repos/community-staging-i686/mate-control-center.install
    (from rev 133052, 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 133052, mate-control-center/trunk/PKGBUILD)
  mate-control-center/repos/community-staging-x86_64/mate-control-center.install
    (from rev 133052, 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 133052, mate-control-center/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-05-09 11:58:04 UTC (rev 133053)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_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=('caja>=1.10' 'dbus-glib' 'dconf' 'desktop-file-utils' 'gsettings-desktop-schemas'
+         'gtk2' 'mate-desktop>=1.10' 'mate-icon-theme' 'mate-menus>=1.10' 'mate-settings-daemon>=1.10'
+         'marco>=1.10' 'libgtop' 'libmatekbd>=1.10' '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=('b720314054e8c417f32eeac8385b82d3849dace0')
+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 133052, 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-05-09 11:58:04 UTC (rev 133053)
@@ -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 133052, mate-control-center/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-05-09 11:58:04 UTC (rev 133053)
@@ -0,0 +1,41 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_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=('caja>=1.10' 'dbus-glib' 'dconf' 'desktop-file-utils' 'gsettings-desktop-schemas'
+         'gtk2' 'mate-desktop>=1.10' 'mate-icon-theme' 'mate-menus>=1.10' 'mate-settings-daemon>=1.10'
+         'marco>=1.10' 'libgtop' 'libmatekbd>=1.10' '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=('b720314054e8c417f32eeac8385b82d3849dace0')
+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 133052, 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-05-09 11:58:04 UTC (rev 133053)
@@ -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