[arch-commits] Commit in mousepad/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sun Aug 11 23:56:31 UTC 2019
Date: Sunday, August 11, 2019 @ 23:56:31
Author: foutrelis
Revision: 359673
archrelease: copy trunk to staging-x86_64
Added:
mousepad/repos/staging-x86_64/
mousepad/repos/staging-x86_64/PKGBUILD
(from rev 359672, mousepad/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: mousepad/repos/staging-x86_64/PKGBUILD (from rev 359672, mousepad/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-08-11 23:56:31 UTC (rev 359673)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias [tobias at archlinux.org]
+
+pkgname=mousepad
+pkgver=0.4.2
+pkgrel=2
+pkgdesc="Simple text editor for Xfce"
+arch=('x86_64')
+url="https://www.xfce.org/"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfconf' 'gtksourceview3' 'desktop-file-utils')
+makedepends=('intltool' 'perl')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('84c02adfca7f8b33b9466a306ded72fb9f38f93c9edb78660343854c4a3aded7')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static \
+ --disable-debug \
+ --enable-gtk3
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list