[arch-commits] Commit in caja-gtk3/repos (8 files)
Martin Wimpress
flexiondotorg at archlinux.org
Thu May 7 22:43:49 UTC 2015
Date: Friday, May 8, 2015 @ 00:43:49
Author: flexiondotorg
Revision: 132918
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
caja-gtk3/repos/community-staging-i686/PKGBUILD
(from rev 132917, caja-gtk3/trunk/PKGBUILD)
caja-gtk3/repos/community-staging-i686/caja.install
(from rev 132917, caja-gtk3/trunk/caja.install)
caja-gtk3/repos/community-staging-x86_64/PKGBUILD
(from rev 132917, caja-gtk3/trunk/PKGBUILD)
caja-gtk3/repos/community-staging-x86_64/caja.install
(from rev 132917, caja-gtk3/trunk/caja.install)
Deleted:
caja-gtk3/repos/community-staging-i686/PKGBUILD
caja-gtk3/repos/community-staging-i686/caja.install
caja-gtk3/repos/community-staging-x86_64/PKGBUILD
caja-gtk3/repos/community-staging-x86_64/caja.install
---------------------------------------+
/PKGBUILD | 82 ++++++++++++++++++++++++++++++++
/caja.install | 28 ++++++++++
community-staging-i686/PKGBUILD | 41 ----------------
community-staging-i686/caja.install | 14 -----
community-staging-x86_64/PKGBUILD | 41 ----------------
community-staging-x86_64/caja.install | 14 -----
6 files changed, 110 insertions(+), 110 deletions(-)
Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD 2015-05-07 22:36:29 UTC (rev 132917)
+++ community-staging-i686/PKGBUILD 2015-05-07 22:43:49 UTC (rev 132918)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-_ver=1.10
-pkgbase=caja
-pkgname=(${pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3>=1.10' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
- 'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=("${pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz")
-sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
-install=${pkgbase}.install
-
-build() {
- cd "${srcdir}/${pkgbase}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/${pkgbase} \
- --with-gtk=3.0 \
- --enable-unique \
- --enable-introspection \
- --disable-static \
- --disable-update-mimedb
- make
-}
-
-package_caja-gtk3() {
- cd "${srcdir}/${pkgbase}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: caja-gtk3/repos/community-staging-i686/PKGBUILD (from rev 132917, caja-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-07 22:43:49 UTC (rev 132918)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+pkgbase=caja
+pkgname=(${pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3>=1.10' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+ 'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=("${pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz")
+sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
+install=${pkgbase}.install
+
+build() {
+ cd "${srcdir}/${pkgbase}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${pkgbase} \
+ --with-gtk=3.0 \
+ --enable-unique \
+ --enable-introspection \
+ --disable-static \
+ --disable-update-mimedb
+ make
+}
+
+package_caja-gtk3() {
+ cd "${srcdir}/${pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: community-staging-i686/caja.install
===================================================================
--- community-staging-i686/caja.install 2015-05-07 22:36:29 UTC (rev 132917)
+++ community-staging-i686/caja.install 2015-05-07 22:43:49 UTC (rev 132918)
@@ -1,14 +0,0 @@
-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: caja-gtk3/repos/community-staging-i686/caja.install (from rev 132917, caja-gtk3/trunk/caja.install)
===================================================================
--- community-staging-i686/caja.install (rev 0)
+++ community-staging-i686/caja.install 2015-05-07 22:43:49 UTC (rev 132918)
@@ -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
+}
Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD 2015-05-07 22:36:29 UTC (rev 132917)
+++ community-staging-x86_64/PKGBUILD 2015-05-07 22:43:49 UTC (rev 132918)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-_ver=1.10
-pkgbase=caja
-pkgname=(${pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
- 'libunique3' 'libxt' 'mate-desktop-gtk3>=1.10' 'mate-icon-theme'
- 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
-optdepends=('gstreamer: automatic media playback when mouseover'
- 'gvfs-smb: To connect to Samba/Windows shares')
-groups=('mate-gtk3')
-conflicts=("${pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz")
-sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
-install=${pkgbase}.install
-
-build() {
- cd "${srcdir}/${pkgbase}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/${pkgbase} \
- --with-gtk=3.0 \
- --enable-unique \
- --enable-introspection \
- --disable-static \
- --disable-update-mimedb
- make
-}
-
-package_caja-gtk3() {
- cd "${srcdir}/${pkgbase}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: caja-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 132917, caja-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-05-07 22:43:49 UTC (rev 132918)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+pkgbase=caja
+pkgname=(${pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="File manager for the MATE desktop (GTK3 version [EXPERIMENTAL])"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus' 'desktop-file-utils' 'exempi' 'gtk3' 'gvfs' 'libexif'
+ 'libunique3' 'libxt' 'mate-desktop-gtk3>=1.10' 'mate-icon-theme'
+ 'startup-notification')
+makedepends=('gobject-introspection' 'mate-common' 'pangox-compat')
+optdepends=('gstreamer: automatic media playback when mouseover'
+ 'gvfs-smb: To connect to Samba/Windows shares')
+groups=('mate-gtk3')
+conflicts=("${pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgbase}-${pkgver}.tar.xz")
+sha1sums=('a8d9c4a479a2fea7bd2eda707e0fd4025f85f229')
+install=${pkgbase}.install
+
+build() {
+ cd "${srcdir}/${pkgbase}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${pkgbase} \
+ --with-gtk=3.0 \
+ --enable-unique \
+ --enable-introspection \
+ --disable-static \
+ --disable-update-mimedb
+ make
+}
+
+package_caja-gtk3() {
+ cd "${srcdir}/${pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: community-staging-x86_64/caja.install
===================================================================
--- community-staging-x86_64/caja.install 2015-05-07 22:36:29 UTC (rev 132917)
+++ community-staging-x86_64/caja.install 2015-05-07 22:43:49 UTC (rev 132918)
@@ -1,14 +0,0 @@
-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: caja-gtk3/repos/community-staging-x86_64/caja.install (from rev 132917, caja-gtk3/trunk/caja.install)
===================================================================
--- community-staging-x86_64/caja.install (rev 0)
+++ community-staging-x86_64/caja.install 2015-05-07 22:43:49 UTC (rev 132918)
@@ -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