mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
clipit: update to 1.4.5
Closes: #20402 Closes: #24145 [via git-merge-pr]
This commit is contained in:
parent
93729fe807
commit
bd0752ef74
1 changed files with 5 additions and 4 deletions
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'clipit'
|
||||
pkgname=clipit
|
||||
version=1.4.4
|
||||
version=1.4.5
|
||||
revision=1
|
||||
wrksrc="ClipIt-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake gettext-devel glib-devel intltool pkg-config"
|
||||
makedepends="gtk+-devel librsvg-devel"
|
||||
configure_args="--with-gtk3"
|
||||
hostmakedepends="automake gettext-devel glib-devel intltool pkg-config tar"
|
||||
makedepends="gtk+3-devel librsvg-devel"
|
||||
depends="xdotool"
|
||||
short_desc="Lightweight GTK+ clipboard manager"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/CristianHenzel/ClipIt/"
|
||||
distfiles="https://github.com/CristianHenzel/ClipIt/archive/v${version}.tar.gz"
|
||||
checksum=f17bd2f00ece505510428de23f3e84424c62043d95bd9c62f5d28fe4bcf7ecdb
|
||||
checksum=f0bbd1b4ff07bb4509388cf5b7f7a25fd72ec02cdd8f4c8f5ff3f5f9ca6da514
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue