makedeb
Context-menu entry for opening a terminal in nautilus
Click here to go back to the commit logs for nautilus-extension-any-terminal.
Hash: 55734325b7637f65edf277adc17b809ffc84e425
Message: Add gettext as a make dependency
diff --git a/.SRCINFO b/.SRCINFO
index 6a582a7..ccfa3e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
pkgname = nautilus-extension-any-terminal
pkgbase = nautilus-extension-any-terminal
pkgdesc = Context-menu entry for opening a terminal in nautilus
-pkgrel = 3
+pkgrel = 4
pkgver = 0.5.0
url = https://github.com/Stunkymonkey/nautilus-open-any-terminal
arch = all
@@ -13,7 +13,9 @@ depends = gir1.2-gtk-4.0
license = GPL3
makedepends = python3-setuptools
makedepends = python3-pip
+makedepends = gettext
source = nautilus-open-any-terminal-0.5.0.tar.gz::https://github.com/Stunkymonkey/nautilus-open-any-terminal/archive/refs/tags/0.5.0.tar.gz
sha256sums = b0812dbc387c1bd4916680795fe43c29c3a869848a7fd98c00ee46e635ab56b4
makedepends = python3-setuptools
makedepends = python3-pip
+makedepends = gettext
diff --git a/PKGBUILD b/PKGBUILD
index c1c7212..11c47af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=nautilus-extension-any-terminal
_pkgname=nautilus-open-any-terminal
pkgver=0.5.0
-pkgrel=3
+pkgrel=4
pkgdesc='Context-menu entry for opening a terminal in nautilus'
arch=(all)
depends=(python3-nautilus nautilus gir1.2-gtk-4.0)
-makedepends=(python3-setuptools python3-pip)
+makedepends=(python3-setuptools python3-pip gettext)
conflicts=(nautilus-extension-gnome-terminal)
license=(GPL3)
url="https://github.com/Stunkymonkey/${_pkgname}"