Date: Saturday, March 18, 2023 @ 11:50:56
Author: foutrelis
Revision: 471470
archrelease: copy trunk to extra-x86_64
Added:
xfce4-notes-plugin/repos/extra-x86_64/PKGBUILD
(from rev 471469, xfce4-notes-plugin/trunk/PKGBUILD)
Deleted:
xfce4-notes-plugin/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 70 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 34 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-18 11:50:52 UTC (rev 471469)
+++ PKGBUILD 2023-03-18 11:50:56 UTC (rev 471470)
@@ -1,36 +0,0 @@
-# Maintainer: Evangelos Foutras <[email protected]>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Ben Mazer <[email protected]>
-
-pkgname=xfce4-notes-plugin
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="Notes plugin for the Xfce panel"
-arch=('x86_64')
-license=('GPL2')
-url="https://docs.xfce.org/panel-plugins/xfce4-notes-plugin"
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'hicolor-icon-theme')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('13f909c948b639f96de64cf793eb74cb1779589201d3933eff214ee8f35ab088')
-
-build() {
- cd $pkgname-$pkgver
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static \
- --disable-debug
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-notes-plugin/repos/extra-x86_64/PKGBUILD (from rev 471469,
xfce4-notes-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-18 11:50:56 UTC (rev 471470)
@@ -0,0 +1,34 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Ben Mazer <[email protected]>
+
+pkgname=xfce4-notes-plugin
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="Notes plugin for the Xfce panel"
+arch=('x86_64')
+license=('GPL2')
+url="https://docs.xfce.org/panel-plugins/xfce4-notes-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('2ee4406042edd352a91e166c83b60d13220ef04dce3fa6b9e0eb13636d636929')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-debug
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et: