summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2020-10-05 20:19:48 -0400
committerSolomon Choina2020-10-05 20:19:48 -0400
commit59e7da6894d1e9b6fa1ba4ee665cf4ff208e8a1b (patch)
tree2f8bb94cc0a1de25405a95514905765969f7abfc
parent585281e4d34bc5bb31f3dfcce90d3776b0808542 (diff)
downloadaur-59e7da6894d1e9b6fa1ba4ee665cf4ff208e8a1b.tar.gz
libhandy update to libhandy
-rw-r--r--.SRCINFO4
-rw-r--r--0001-support-libhandy1.patch30
-rw-r--r--PKGBUILD10
3 files changed, 4 insertions, 40 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d15b0a13ac38..97263c437865 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pantheon-screenshot-git
pkgdesc = The Pantheon Screenshot Tool
- pkgver = 1.7.1.r88.ged7980f
+ pkgver = 1.7.1.r96.gf44ee9d
pkgrel = 1
url = https://github.com/elementary/screenshot-tool
arch = x86_64
@@ -22,9 +22,7 @@ pkgbase = pantheon-screenshot-git
provides = pantheon-screenshot
conflicts = pantheon-screenshot
source = pantheon-screenshot::git+https://github.com/elementary/screenshot-tool.git
- source = 0001-support-libhandy1.patch
sha256sums = SKIP
- sha256sums = b300a47911342fbe1cf22ccae0287b53ca584bff873d3491ef480687d8d9933a
pkgname = pantheon-screenshot-git
diff --git a/0001-support-libhandy1.patch b/0001-support-libhandy1.patch
deleted file mode 100644
index 9ad2a43de104..000000000000
--- a/0001-support-libhandy1.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From a63269a8cac80fc6da96a1c4002a97d455e1ed72 Mon Sep 17 00:00:00 2001
-From: Solomon Choina <shlomochoina@gmail.com>
-Date: Thu, 13 Aug 2020 22:13:04 -0400
-Subject: [PATCH] support libhandy1
-
----
- meson.build | 7 +++++++
- 1 file changed, 7 insertions(+)
-
-diff --git a/meson.build b/meson.build
-index f10c378..a80fd52 100644
---- a/meson.build
-+++ b/meson.build
-@@ -13,6 +13,13 @@ add_global_arguments(
- language:'c'
- )
-
-+add_project_arguments (
-+ # FIXME Drop once we depend on libhandy 1.0.
-+ '--disable-since-check',
-+ language: 'vala'
-+)
-+
-+
- icon_res = gnome.compile_resources(
- 'screenshot-icon-resources',
- 'data/' + meson.project_name() + '.gresource.xml',
---
-2.28.0
-
diff --git a/PKGBUILD b/PKGBUILD
index 7a23b986d75a..0eff69986c33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=pantheon-screenshot-git
-pkgver=1.7.1.r88.ged7980f
+pkgver=1.7.1.r96.gf44ee9d
pkgrel=1
pkgdesc='The Pantheon Screenshot Tool'
arch=('x86_64')
@@ -14,10 +14,8 @@ depends=('cairo' 'gdk-pixbuf2' 'glib2' 'glibc'
makedepends=('git' 'granite' 'intltool' 'meson' 'vala')
provides=('pantheon-screenshot')
conflicts=('pantheon-screenshot')
-source=("pantheon-screenshot::git+https://github.com/elementary/screenshot-tool.git"
- "0001-support-libhandy1.patch")
-sha256sums=('SKIP'
- 'b300a47911342fbe1cf22ccae0287b53ca584bff873d3491ef480687d8d9933a')
+source=("pantheon-screenshot::git+https://github.com/elementary/screenshot-tool.git")
+sha256sums=('SKIP')
pkgver() {
cd pantheon-screenshot
@@ -28,8 +26,6 @@ pkgver() {
prepare() {
sed 's/extra/io.elementary.screenshot-tool.extra/' -i pantheon-screenshot/po/extra/meson.build
- cd pantheon-screenshot
- patch -Np1 -i ../0001-support-libhandy1.patch
}
build() {