Date: Thursday, December 24, 2020 @ 21:38:57
  Author: eworm
Revision: 788929

archrelease: copy trunk to community-x86_64

Added:
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD
    (from rev 788928, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-12-24 21:38:54 UTC (rev 788928)
+++ PKGBUILD    2020-12-24 21:38:57 UTC (rev 788929)
@@ -1,31 +0,0 @@
-# Maintainer: Brad Fanella <ces...@archlinux.org>
-# Contributor: Alexander F Rødseth <xypr...@archlinux.org>
-# Contributor: Graeme Gott <gra...@gottcode.org>
-
-pkgname=xfce4-whiskermenu-plugin
-pkgver=2.4.6
-pkgrel=1
-pkgdesc='Menu for Xfce4'
-arch=('x86_64')
-url='https://gottcode.org/xfce4-whiskermenu-plugin/'
-groups=('xfce4-goodies')
-license=('GPL2')
-depends=('garcon' 'xfce4-panel' 'gtk3>=3.22')
-makedepends=('cmake' 'ninja')
-source=("https://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";)
-sha256sums=('8974d38cc87df528693efe4b6e14bcd233cdb49d2018a23ddddf745110b25744')
-
-build() {
-       mkdir -p build
-       cd build
-       cmake "$srcdir/$pkgname-$pkgver" \
-               -DCMAKE_BUILD_TYPE=Release \
-               -DCMAKE_INSTALL_PREFIX=/usr \
-               -DCMAKE_INSTALL_LIBDIR=lib \
-               -GNinja
-       ninja
-}
-
-package() {
-       DESTDIR="$pkgdir" ninja -C build install
-}

Copied: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 
788928, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-12-24 21:38:57 UTC (rev 788929)
@@ -0,0 +1,31 @@
+# Maintainer: Brad Fanella <ces...@archlinux.org>
+# Contributor: Alexander F Rødseth <xypr...@archlinux.org>
+# Contributor: Graeme Gott <gra...@gottcode.org>
+
+pkgname=xfce4-whiskermenu-plugin
+pkgver=2.5.0
+pkgrel=1
+pkgdesc='Menu for Xfce4'
+arch=('x86_64')
+url='https://gottcode.org/xfce4-whiskermenu-plugin/'
+groups=('xfce4-goodies')
+license=('GPL2')
+depends=('garcon' 'xfce4-panel' 'gtk3>=3.22')
+makedepends=('cmake' 'ninja')
+source=("https://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";)
+sha256sums=('341a2fe052bbe0e19cb7147dc180f0cd522b47b9b33d7f22289ae5142a512644')
+
+build() {
+       mkdir -p build
+       cd build
+       cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_BUILD_TYPE=Release \
+               -DCMAKE_INSTALL_PREFIX=/usr \
+               -DCMAKE_INSTALL_LIBDIR=lib \
+               -GNinja
+       ninja
+}
+
+package() {
+       DESTDIR="$pkgdir" ninja -C build install
+}

Reply via email to