[arch-commits] Commit in gtk2fontsel/repos (3 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 12:29:40 UTC 2020
Date: Tuesday, July 7, 2020 @ 12:29:40
Author: felixonmars
Revision: 658140
archrelease: copy trunk to community-staging-x86_64
Added:
gtk2fontsel/repos/community-staging-x86_64/
gtk2fontsel/repos/community-staging-x86_64/PKGBUILD
(from rev 658139, gtk2fontsel/trunk/PKGBUILD)
gtk2fontsel/repos/community-staging-x86_64/gtk2fontsel.desktop
(from rev 658139, gtk2fontsel/trunk/gtk2fontsel.desktop)
---------------------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
gtk2fontsel.desktop | 9 +++++++++
2 files changed, 38 insertions(+)
Copied: gtk2fontsel/repos/community-staging-x86_64/PKGBUILD (from rev 658139, gtk2fontsel/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 12:29:40 UTC (rev 658140)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gtk2fontsel
+pkgver=0.1
+pkgrel=7
+pkgdesc="Font selection and preview tool"
+arch=('x86_64')
+url="http://gtk2fontsel.sourceforge.net/"
+license=('GPL')
+depends=('gtk2')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz gtk2fontsel.desktop)
+sha512sums=('5854777853bd41da7465321bf0f73062b98979bbecc727c3a611aa193e4d436d388fea9492b8bb11f26fa97cd4a7716c34b6a621c0a6448708ca207493998294'
+ '201eb71a75529e49b22f3b5c003355925e54ddbee7b602bc712806412ec44099eeff4152026869caf225955598c49e9c74ef96044ec50db70fb740160440eb95')
+
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+
+ make prefix=${pkgdir}/usr install
+ install -D -m644 ${srcdir}/gtk2fontsel.desktop \
+ ${pkgdir}/usr/share/applications/gtk2fontsel.desktop
+}
Copied: gtk2fontsel/repos/community-staging-x86_64/gtk2fontsel.desktop (from rev 658139, gtk2fontsel/trunk/gtk2fontsel.desktop)
===================================================================
--- community-staging-x86_64/gtk2fontsel.desktop (rev 0)
+++ community-staging-x86_64/gtk2fontsel.desktop 2020-07-07 12:29:40 UTC (rev 658140)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.0
+Name=gtk2fontsel
+GenericName=gtk2fontsel
+Exec=gtk2fontsel
+Terminal=false
+Type=Application
+Categories=System;GTK;
+Comment=Font selection and preview tool
More information about the arch-commits
mailing list