mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rofi: update to 1.7.6.
This commit is contained in:
parent
703872004c
commit
4f579ea105
1 changed files with 6 additions and 4 deletions
|
@ -1,18 +1,20 @@
|
||||||
# Template file for 'rofi'
|
# Template file for 'rofi'
|
||||||
|
# XXX: ensure all compiled rofi plugins work with each version
|
||||||
|
# xlocate 'usr/lib/rofi/.*.so' to find them
|
||||||
pkgname=rofi
|
pkgname=rofi
|
||||||
version=1.7.5
|
version=1.7.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="autoconf automake flex glib-devel pkg-config which"
|
hostmakedepends="autoconf automake flex glib-devel pkg-config which"
|
||||||
makedepends="libXinerama-devel librsvg-devel
|
makedepends="libXinerama-devel librsvg-devel
|
||||||
libxkbcommon-devel pango-devel startup-notification-devel
|
libxkbcommon-devel pango-devel startup-notification-devel xcb-util-keysyms-devel
|
||||||
xcb-util-wm-devel xcb-util-xrm-devel xcb-util-cursor-devel"
|
xcb-util-wm-devel xcb-util-xrm-devel xcb-util-cursor-devel"
|
||||||
short_desc="Window switcher, run dialog and dmenu replacement"
|
short_desc="Window switcher, run dialog and dmenu replacement"
|
||||||
maintainer="classabbyamp <void@placeviolette.net>"
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/davatorium/rofi"
|
homepage="https://github.com/davatorium/rofi"
|
||||||
distfiles="https://github.com/davatorium/rofi/releases/download/${version}/rofi-${version}.tar.xz"
|
distfiles="https://github.com/davatorium/rofi/releases/download/${version}/rofi-${version}.tar.xz"
|
||||||
checksum=caffcf66d165cb32b748c1db7f229d6d75da58c1685eb17455f65c60e8220c8d
|
checksum=1933110560dc6f273bca80fcc39c7b1f74b4de5605532a18759137a78d90e637
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
makedepends+=" check-devel"
|
makedepends+=" check-devel"
|
||||||
|
@ -26,7 +28,7 @@ post_install() {
|
||||||
|
|
||||||
rofi-devel_package() {
|
rofi-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="libglib-devel cairo-devel"
|
depends="libglib-devel cairo-devel pango-devel"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
|
Loading…
Add table
Reference in a new issue