[arch-commits] Commit in wingpanel/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Mar 18 20:39:40 UTC 2020
Date: Wednesday, March 18, 2020 @ 20:39:40
Author: alucryd
Revision: 600690
archrelease: copy trunk to community-x86_64
Added:
wingpanel/repos/community-x86_64/PKGBUILD
(from rev 600689, wingpanel/trunk/PKGBUILD)
Deleted:
wingpanel/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-18 20:39:35 UTC (rev 600689)
+++ PKGBUILD 2020-03-18 20:39:40 UTC (rev 600690)
@@ -1,44 +0,0 @@
-# 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:
Copied: wingpanel/repos/community-x86_64/PKGBUILD (from rev 600689, wingpanel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-18 20:39:40 UTC (rev 600690)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=wingpanel
+pkgver=2.3.0.r3.88305e0
+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#commit=88305e0e526b5257e67b778c236a7a4333c18be8)
+sha256sums=(SKIP)
+
+pkgver() {
+ cd wingpanel
+
+ git describe --tags | sed 's/-/.r/; s/-g/./'
+}
+
+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