[arch-commits] Commit in mousepad/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Sep 23 13:27:54 UTC 2021


    Date: Thursday, September 23, 2021 @ 13:27:54
  Author: foutrelis
Revision: 424602

archrelease: copy trunk to extra-x86_64

Added:
  mousepad/repos/extra-x86_64/PKGBUILD
    (from rev 424601, mousepad/trunk/PKGBUILD)
Deleted:
  mousepad/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-23 13:27:49 UTC (rev 424601)
+++ PKGBUILD	2021-09-23 13:27:54 UTC (rev 424602)
@@ -1,36 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: tobias [tobias at archlinux.org]
-
-pkgname=mousepad
-pkgver=0.5.6
-pkgrel=1
-pkgdesc="Simple text editor for Xfce"
-arch=('x86_64')
-url="https://docs.xfce.org/apps/mousepad/start"
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('gtksourceview4' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'gspell')
-optdepends=('gspell: spell checking support')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('42559863b01d89bd21136beea0a1461530377fabc6553bdfe14399d55596350f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib/xfce4 \
-    --localstatedir=/var \
-    --disable-static \
-    --disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mousepad/repos/extra-x86_64/PKGBUILD (from rev 424601, mousepad/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-23 13:27:54 UTC (rev 424602)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias [tobias at archlinux.org]
+
+pkgname=mousepad
+pkgver=0.5.7
+pkgrel=1
+pkgdesc="Simple text editor for Xfce"
+arch=('x86_64')
+url="https://docs.xfce.org/apps/mousepad/start"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('gtksourceview4' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'gspell')
+optdepends=('gspell: spell checking support')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('105315743042e09e794037ab0594a1c47cbbf0b6b834dffed157192f4f03bde8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib/xfce4 \
+    --localstatedir=/var \
+    --disable-static \
+    --disable-debug
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list