[arch-commits] Commit in mousepad/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Fri Nov 26 10:33:56 UTC 2021
Date: Friday, November 26, 2021 @ 10:33:56
Author: foutrelis
Revision: 429130
archrelease: copy trunk to extra-x86_64
Added:
mousepad/repos/extra-x86_64/PKGBUILD
(from rev 429129, mousepad/trunk/PKGBUILD)
Deleted:
mousepad/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-26 10:33:52 UTC (rev 429129)
+++ PKGBUILD 2021-11-26 10:33:56 UTC (rev 429130)
@@ -1,36 +0,0 @@
-# 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:
Copied: mousepad/repos/extra-x86_64/PKGBUILD (from rev 429129, mousepad/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-26 10:33:56 UTC (rev 429130)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias [tobias at archlinux.org]
+
+pkgname=mousepad
+pkgver=0.5.8
+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=('921ebbcfdfd5e2e56f31a5177a2d26f46c758cc972595017bca9e0a6a3c3a721')
+
+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