Date: Monday, December 12, 2022 @ 22:19:48
  Author: eworm
Revision: 464210

archrelease: copy trunk to testing-x86_64

Added:
  leafpad/repos/testing-x86_64/
  leafpad/repos/testing-x86_64/PKGBUILD
    (from rev 464209, leafpad/trunk/PKGBUILD)
  leafpad/repos/testing-x86_64/keys/

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: leafpad/repos/testing-x86_64/PKGBUILD (from rev 464209, 
leafpad/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2022-12-12 22:19:48 UTC (rev 464210)
@@ -0,0 +1,33 @@
+# Maintainer: Aaron Griffin <[email protected]>
+# Contributor: Link Dupont <[email protected]>
+
+pkgname=leafpad
+pkgver=0.8.19
+pkgrel=1
+pkgdesc='A notepad clone for GTK+ 2.0'
+arch=('x86_64')
+url='http://tarot.freeshell.org/leafpad/'
+license=('GPL')
+depends=('gtk2')
+makedepends=('intltool')
+validpgpkeys=('05B80A3FFAF8FED36ADC7A31EE109F4A0F184934') # Tarot Osuji 
<[email protected]>
+source=("https://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('07d3f712f4dbd0a33251fd1dee14e21afdc9f92090fc768c11ab0ac556adbe97'
+            'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+    CFLAGS="${CFLAGS/-Werror=format-security/}" \
+    --prefix=/usr \
+    --enable-chooser
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  echo 'StartupNotify=true' >> 
"${pkgdir}/usr/share/applications/leafpad.desktop"
+}

Reply via email to