[arch-commits] Commit in gnome-search-tool/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 17:32:30 UTC 2020
Date: Tuesday, July 7, 2020 @ 17:32:30
Author: felixonmars
Revision: 659764
archrelease: copy trunk to community-staging-x86_64
Added:
gnome-search-tool/repos/community-staging-x86_64/
gnome-search-tool/repos/community-staging-x86_64/PKGBUILD
(from rev 659763, gnome-search-tool/trunk/PKGBUILD)
----------+
PKGBUILD | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
Copied: gnome-search-tool/repos/community-staging-x86_64/PKGBUILD (from rev 659763, gnome-search-tool/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 17:32:30 UTC (rev 659764)
@@ -0,0 +1,44 @@
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-search-tool
+pkgver=3.6.0+82+g4a8f34e
+pkgrel=2
+pkgdesc="Utility to search for files"
+url="https://gitlab.gnome.org/Archive/gnome-search-tool"
+arch=(x86_64)
+license=(GPL2)
+depends=(nautilus libsm)
+makedepends=(intltool yelp-tools git gnome-common)
+_commit=4a8f34e050fb794852264cf54feb7d449dd15965 # master
+source=("git+https://gitlab.gnome.org/Archive/gnome-search-tool.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+
+ # Fix configure
+ sed -i '/^AM_GNU_GETTEXT/d' configure.ac
+
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+check() {
+ make -C $pkgname check
+}
+
+package() {
+ DESTDIR="$pkgdir" make -C $pkgname install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list