summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYusuf Aktepe2019-12-21 17:34:00 +0300
committerYusuf Aktepe2019-12-21 17:34:00 +0300
commitace3a492aee4e65a1cb34dee8293ffd0fde1e680 (patch)
treea10726d42d887ba1fcc84f1a8b9e0ad30034c887
parent856ce4fb18e620daf1bcd4ddc244ba0b3136d604 (diff)
downloadaur-ace3a492aee4e65a1cb34dee8293ffd0fde1e680.tar.gz
add xorgproto as build dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
-rw-r--r--dir-navigation.patch (renamed from dir-navigation.diff)2
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bdfa7061e2d..56b11da5bfd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = sxiv-dir-navigation-git
arch = x86_64
license = GPL2
makedepends = git
+ makedepends = xorgproto
depends = imlib2
depends = desktop-file-utils
depends = xdg-utils
@@ -15,9 +16,9 @@ pkgbase = sxiv-dir-navigation-git
provides = sxiv
conflicts = sxiv
source = sxiv::git+https://github.com/muennich/sxiv.git
- source = dir-navigation.diff
+ source = dir-navigation.patch
sha256sums = SKIP
- sha256sums = d2cd688f326c8457f7102d374e6bad96c9922d20e918c3f7020a6ec0d554fef5
+ sha256sums = 11a907950d5e9a1fc8e1aa0cd82fc6532ed9d74f91189463455989ffff8da5cd
pkgname = sxiv-dir-navigation-git
diff --git a/PKGBUILD b/PKGBUILD
index 2d5f110d710e..7d240afe8b06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,16 +8,16 @@ pkgver=25.r10.g07300da
pkgrel=1
pkgdesc="Simple X Image Viewer (with patch to browse through images in working directory)"
arch=('x86_64')
-url="https://github.com/muennich/${_name}"
+url="https://github.com/muennich/sxiv"
license=('GPL2')
depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme' 'libexif' 'libxft')
-makedepends=('git')
+makedepends=('git' 'xorgproto')
provides=("${_name}")
conflicts=("${_name}")
source=("${_name}::git+${url}.git"
- "dir-navigation.diff")
+ "dir-navigation.patch")
sha256sums=('SKIP'
- 'd2cd688f326c8457f7102d374e6bad96c9922d20e918c3f7020a6ec0d554fef5')
+ '11a907950d5e9a1fc8e1aa0cd82fc6532ed9d74f91189463455989ffff8da5cd')
pkgver() {
cd "${_name}"
@@ -29,7 +29,7 @@ prepare() {
ln -s config.def.h config.h
echo "==> Applying dir-navigation patch"
- git apply "$srcdir"/dir-navigation.diff
+ git apply "$srcdir"/dir-navigation.patch
}
build() {
diff --git a/dir-navigation.diff b/dir-navigation.patch
index 2f3ead5c21ba..3633bfd9827e 100644
--- a/dir-navigation.diff
+++ b/dir-navigation.patch
@@ -85,5 +85,5 @@ index 8adbf78..f5eeea1 100644
}
--
-2.23.0
+2.24.1