[arch-commits] Commit in wingpanel/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Mar 3 13:05:57 UTC 2020
Date: Tuesday, March 3, 2020 @ 13:05:56
Author: alucryd
Revision: 589644
archrelease: copy trunk to community-x86_64
Added:
wingpanel/repos/community-x86_64/PKGBUILD
(from rev 589643, wingpanel/trunk/PKGBUILD)
Deleted:
wingpanel/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 44 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-03 13:05:49 UTC (rev 589643)
+++ PKGBUILD 2020-03-03 13:05:56 UTC (rev 589644)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=wingpanel
-pkgver=2.2.6
-pkgrel=1
-pkgdesc='The Pantheon Top Panel'
-arch=(x86_64)
-url=https://github.com/elementary/wingpanel
-license=(GPL3)
-groups=(pantheon)
-depends=(
- glib2
- gtk3
- libgala.so
- libgee
- libgranite.so
- mutter
-)
-makedepends=(
- git
- gala
- meson
- vala
-)
-provides=(libwingpanel-2.0.so)
-source=(git+https://github.com/elementary/wingpanel.git#tag=09462f558186fc279576d3a6a5a0eeac9da6835b)
-sha256sums=(SKIP)
-
-pkgver() {
- cd wingpanel
-
- git describe --tags
-}
-
-prepare() {
- cd wingpanel
-
- git cherry-pick -n 23a73e76c19e02aecf4e39352723f8763c7145f3
-}
-
-build() {
- arch-meson wingpanel build
- ninja -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:
Copied: wingpanel/repos/community-x86_64/PKGBUILD (from rev 589643, wingpanel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-03 13:05:56 UTC (rev 589644)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='The Pantheon Top Panel'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel
+license=(GPL3)
+groups=(pantheon)
+depends=(
+ glib2
+ gtk3
+ libgala.so
+ libgee
+ libgranite.so
+ mutter
+)
+makedepends=(
+ git
+ gala
+ meson
+ vala
+)
+provides=(libwingpanel-2.0.so)
+source=(git+https://github.com/elementary/wingpanel.git#tag=b3e4f96183eb9245d28fdc466616902446b22e60)
+sha256sums=(SKIP)
+
+pkgver() {
+ cd wingpanel
+
+ git describe --tags
+}
+
+build() {
+ arch-meson wingpanel build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list