[arch-commits] Commit in gedit/repos (4 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Tue Dec 27 07:56:12 UTC 2016
Date: Tuesday, December 27, 2016 @ 07:56:12
Author: bpiotrowski
Revision: 284844
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
gedit/repos/staging-i686/
gedit/repos/staging-i686/PKGBUILD
(from rev 284843, gedit/trunk/PKGBUILD)
gedit/repos/staging-x86_64/
gedit/repos/staging-x86_64/PKGBUILD
(from rev 284843, gedit/trunk/PKGBUILD)
-------------------------+
staging-i686/PKGBUILD | 47 ++++++++++++++++++++++++++++++++++++++++++++++
staging-x86_64/PKGBUILD | 47 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 94 insertions(+)
Copied: gedit/repos/staging-i686/PKGBUILD (from rev 284843, gedit/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2016-12-27 07:56:12 UTC (rev 284844)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gedit
+pkgver=3.22.0+4+g2c70ccb86
+pkgrel=1
+pkgdesc="A text editor for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtksourceview3 gsettings-desktop-schemas libpeas gspell python-gobject dconf)
+makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git gtk-doc)
+optdepends=('gedit-plugins: Additional features')
+groups=(gnome-extra)
+options=('!emptydirs')
+url="http://www.gnome.org"
+_commit=2c70ccb86ff7d20de5eb87e988f10d891178442b # master
+source=("git://git.gnome.org/gedit#commit=$_commit"
+ "git://git.gnome.org/libgd")
+sha256sums=('SKIP'
+ 'SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc --localstatedir=/var \
+ --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+ --enable-python --enable-gtk-doc
+
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package(){
+ cd $pkgname
+ make -j1 DESTDIR="$pkgdir" install
+}
Copied: gedit/repos/staging-x86_64/PKGBUILD (from rev 284843, gedit/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-12-27 07:56:12 UTC (rev 284844)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gedit
+pkgver=3.22.0+4+g2c70ccb86
+pkgrel=1
+pkgdesc="A text editor for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtksourceview3 gsettings-desktop-schemas libpeas gspell python-gobject dconf)
+makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git gtk-doc)
+optdepends=('gedit-plugins: Additional features')
+groups=(gnome-extra)
+options=('!emptydirs')
+url="http://www.gnome.org"
+_commit=2c70ccb86ff7d20de5eb87e988f10d891178442b # master
+source=("git://git.gnome.org/gedit#commit=$_commit"
+ "git://git.gnome.org/libgd")
+sha256sums=('SKIP'
+ 'SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc --localstatedir=/var \
+ --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+ --enable-python --enable-gtk-doc
+
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package(){
+ cd $pkgname
+ make -j1 DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list