upgpkg: nautilus-copy-path-1.10.2-3: satisfy namcap
This commit is contained in:
parent
86e06643d6
commit
e573ef08d5
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,13 +1,14 @@
|
||||||
pkgbase = nautilus-copy-path
|
pkgbase = nautilus-copy-path
|
||||||
pkgdesc = Configurable extension for Nautilus to copy path, URI, or name
|
pkgdesc = Configurable extension for Nautilus to copy path, URI, or name
|
||||||
pkgver = 1.10.2
|
pkgver = 1.10.2
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://github.com/chr314/nautilus-copy-path
|
url = https://github.com/chr314/nautilus-copy-path
|
||||||
install = nautilus-copy-path.install
|
install = nautilus-copy-path.install
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = glib2
|
depends = glib2
|
||||||
|
depends = gtk4
|
||||||
depends = libnautilus-extension
|
depends = libnautilus-extension
|
||||||
depends = python
|
depends = python
|
||||||
depends = python-gobject
|
depends = python-gobject
|
||||||
|
|
|
||||||
3
PKGBUILD
3
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=nautilus-copy-path
|
pkgname=nautilus-copy-path
|
||||||
pkgver=1.10.2
|
pkgver=1.10.2
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Configurable extension for Nautilus to copy path, URI, or name"
|
pkgdesc="Configurable extension for Nautilus to copy path, URI, or name"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/chr314/$pkgname"
|
url="https://github.com/chr314/$pkgname"
|
||||||
|
|
@ -11,6 +11,7 @@ license=(
|
||||||
)
|
)
|
||||||
depends=(
|
depends=(
|
||||||
glib2
|
glib2
|
||||||
|
gtk4
|
||||||
libnautilus-extension
|
libnautilus-extension
|
||||||
python
|
python
|
||||||
python-gobject
|
python-gobject
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue