[arch-commits] Commit in gnome-pie/repos/community-x86_64 (3 files)
Kpcyrd
kpcyrd at gemini.archlinux.org
Sat Jul 17 09:48:14 UTC 2021
Date: Saturday, July 17, 2021 @ 09:48:13
Author: kpcyrd
Revision: 978098
archrelease: copy trunk to community-x86_64
Added:
gnome-pie/repos/community-x86_64/PKGBUILD
(from rev 978097, gnome-pie/trunk/PKGBUILD)
Deleted:
gnome-pie/repos/community-x86_64/PKGBUILD
gnome-pie/repos/community-x86_64/abstract-class-not-public.patch
---------------------------------+
PKGBUILD | 64 ++++++++++++++++----------------------
abstract-class-not-public.patch | 13 -------
2 files changed, 28 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-17 09:48:00 UTC (rev 978097)
+++ PKGBUILD 2021-07-17 09:48:13 UTC (rev 978098)
@@ -1,36 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gnome-pie
-_pkgname=Gnome-Pie
-pkgver=0.7.2
-pkgrel=2
-pkgdesc="Circular application launcher for GNOME"
-arch=('x86_64')
-url="https://simmesimme.github.io/gnome-pie.html"
-license=('MIT')
-depends=('libarchive' 'libgee' 'libwnck3' 'gnome-menus')
-makedepends=('cmake' 'vala')
-source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz
- # https://github.com/Schneegans/Gnome-Pie/issues/177
- abstract-class-not-public.patch)
-sha256sums=('b15e6402dbdddf3a3751c919927176bdf78fca174544a971d3db569d4e9162cf'
- '7350224e0f6f081abdab1b6886d6e0c2fb8caab692b4246eacb7ee0fe673a558')
-
-prepare() {
- cd $_pkgname-$pkgver
- patch -Np1 -i ../abstract-class-not-public.patch
-}
-
-build() {
- cd $_pkgname-$pkgver
- ./resources/locale/compile-po.sh
- [[ -d build ]] || mkdir build
- cd build
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
- make
-}
-
-package() {
- cd $_pkgname-$pkgver/build
- make DESTDIR="$pkgdir" install
-}
Copied: gnome-pie/repos/community-x86_64/PKGBUILD (from rev 978097, gnome-pie/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-17 09:48:13 UTC (rev 978098)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gnome-pie
+_pkgname=Gnome-Pie
+pkgver=0.7.3
+pkgrel=1
+pkgdesc="Circular application launcher for GNOME"
+arch=('x86_64')
+url="https://simmesimme.github.io/gnome-pie.html"
+license=('MIT')
+depends=('libarchive' 'libgee' 'libwnck3' 'gnome-menus')
+makedepends=('cmake' 'vala')
+source=($_pkgname-$pkgver.tar.gz::https://github.com/Simmesimme/$_pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('e5d35462d72a1418555deafd3219f62e68acb28b763a55929c89be992f9c0a85')
+
+build() {
+ cd $_pkgname-$pkgver
+ ./resources/locale/compile-po.sh
+ [[ -d build ]] || mkdir build
+ cd build
+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd $_pkgname-$pkgver/build
+ make DESTDIR="$pkgdir" install
+}
Deleted: abstract-class-not-public.patch
===================================================================
--- abstract-class-not-public.patch 2021-07-17 09:48:00 UTC (rev 978097)
+++ abstract-class-not-public.patch 2021-07-17 09:48:13 UTC (rev 978098)
@@ -1,13 +0,0 @@
-diff --git a/src/actions/action.vala b/src/actions/action.vala
-index ee13b39..bf64b06 100644
---- a/src/actions/action.vala
-+++ b/src/actions/action.vala
-@@ -69,7 +69,7 @@ public abstract class Action : GLib.Object {
- /// C'tor, initializes all members.
- /////////////////////////////////////////////////////////////////////
-
-- public Action(string name, string icon, bool is_quickaction) {
-+ Action(string name, string icon, bool is_quickaction) {
- GLib.Object(name : name, icon : icon, is_quickaction : is_quickaction);
- }
-
More information about the arch-commits
mailing list