summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD15
2 files changed, 8 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7f18f7b2cfd..6925d103913f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = j4-dmenu-desktop
pkgdesc = A much faster replacement for i3-dmenu-desktop. It's purpose is to find .desktop files and offer you a menu to start an application using dmenu.
- pkgver = 2.13
+ pkgver = 2.14
pkgrel = 1
url = https://github.com/enkore/j4-dmenu-desktop
arch = i686
@@ -10,8 +10,8 @@ pkgbase = j4-dmenu-desktop
makedepends = cmake
depends = dmenu
conflicts = j4-dmenu-desktop-git
- source = https://github.com/enkore/j4-dmenu-desktop/archive/r2.13.zip
- md5sums = 5f61d11c02b2a719872bc6e04346ae41
+ source = https://github.com/enkore/j4-dmenu-desktop/archive/r2.14.zip
+ md5sums = c94966de2552faf6e023c3a2d5c59f17
pkgname = j4-dmenu-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 4577ff670228..84e71fb3a60c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Justin Dray <justin@dray.be>
+# Maintainer: Dimitrios Vogiatzis <me@dimtree.net>
+# Contributor: Justin Dray <justin@dray.be>
# Contributor: Bill Kolokithas <kolokithas.b@gmail.com>
pkgname=j4-dmenu-desktop
-pkgver=2.13
+pkgver=2.14
pkgrel=1
pkgdesc="A much faster replacement for i3-dmenu-desktop. It's purpose is to find .desktop files and offer you a menu to start an application using dmenu."
arch=('i686' 'x86_64')
@@ -12,16 +13,10 @@ depends=('dmenu')
makedepends=('git' 'cmake')
conflicts=('j4-dmenu-desktop-git')
source=("https://github.com/enkore/j4-dmenu-desktop/archive/r${pkgver}.zip")
-md5sums=('5f61d11c02b2a719872bc6e04346ae41')
+md5sums=('c94966de2552faf6e023c3a2d5c59f17')
prepare() {
- # Patch for issue #20; backported as it was not included for the 2.11 cut
- # Can probably be removed from v2.12 onwards
- sed -i '/include <string>/s/$/\n#include <functional>/' "$srcdir/j4-dmenu-desktop-r$pkgver/src/Formatters.hh"
-
- # Patch for issue #21; backported as it was not included for the 2.11 cut
- # Can probably be removed from v2.12 onwards
- sed -i '/endif(NOT DEFINED/s/^/\nadd_dependencies(j4-dmenu-tests catch)\n/' "$srcdir/j4-dmenu-desktop-r$pkgver/CMakeLists.txt"
+ :
}
build() {
cd ${pkgname}-r${pkgver}