[arch-commits] Commit in eom-gtk3/repos (4 files)
Balló György
bgyorgy at archlinux.org
Sat Aug 6 20:32:01 UTC 2016
Date: Saturday, August 6, 2016 @ 20:32:01
Author: bgyorgy
Revision: 185701
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
eom-gtk3/repos/community-staging-i686/
eom-gtk3/repos/community-staging-i686/PKGBUILD
(from rev 185700, eom-gtk3/trunk/PKGBUILD)
eom-gtk3/repos/community-staging-x86_64/
eom-gtk3/repos/community-staging-x86_64/PKGBUILD
(from rev 185700, eom-gtk3/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 37 ++++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 37 ++++++++++++++++++++++++++++++++++++
2 files changed, 74 insertions(+)
Copied: eom-gtk3/repos/community-staging-i686/PKGBUILD (from rev 185700, eom-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-06 20:32:01 UTC (rev 185701)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.14
+_pkgbase=eom
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE (GTK3 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'libexif' 'libjpeg-turbo' 'mate-desktop-gtk3')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('df3e91693122053e97a87ca02119b2deda74e475')
+
+build() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --localstatedir=/var \
+ --with-gtk=3.0 \
+ --with-librsvg \
+ --disable-python
+
+ #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: eom-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 185700, eom-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2016-08-06 20:32:01 UTC (rev 185701)
@@ -0,0 +1,37 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.14
+_pkgbase=eom
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.1
+pkgrel=1
+pkgdesc="An image viewing and cataloging program for MATE (GTK3 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'libexif' 'libjpeg-turbo' 'mate-desktop-gtk3')
+makedepends=('gobject-introspection' 'intltool' 'itstool')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('df3e91693122053e97a87ca02119b2deda74e475')
+
+build() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --localstatedir=/var \
+ --with-gtk=3.0 \
+ --with-librsvg \
+ --disable-python
+
+ #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list