1
0
forked from ports/contrib

rofi: bump to 1.5.3

This commit is contained in:
Tim Biermann 2019-06-24 08:56:23 +02:00
parent dcf3014c4d
commit 00311a9e24
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 11 additions and 10 deletions

View File

@ -36,6 +36,7 @@ drwxr-xr-x root/root usr/share/rofi/themes/
-rw-r--r-- root/root usr/share/rofi/themes/blue.rasi
-rw-r--r-- root/root usr/share/rofi/themes/c64.rasi
-rw-r--r-- root/root usr/share/rofi/themes/dmenu.rasi
-rw-r--r-- root/root usr/share/rofi/themes/fancy.rasi
-rw-r--r-- root/root usr/share/rofi/themes/glue_pro_blue.rasi
-rw-r--r-- root/root usr/share/rofi/themes/gruvbox-common.rasi
-rw-r--r-- root/root usr/share/rofi/themes/gruvbox-dark-hard.rasi

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF334JdBPom5Zs320eJJn1MFe29AKdZKkjLhHVrrqxHByIBEYQEkc5TDvVCb01LtJwDeIGevWG/DT00St0a/GtZg4=
SHA256 (Pkgfile) = e4e7ccb2a27fa7946bb816af373955a8e7c333957ac5f6615c038651697be148
SHA256 (.footprint) = 80114ad9f2e18541d1d924d9d7fc1a7578b0ab3f427402fcac47acb551d29b8b
SHA256 (rofi-1.5.2.tar.gz) = 2714e0602ab6a000237247a6c5b4cb09c7d242d541bd9f1565768b41cdef9fe5
RWSagIOpLGJF39lqXfsFqG7NC+M0nNQFt+fpt897tzSPCdBCi5jUZEGbH27yT+LCTJ1IqIx06SHjRy1fGtGMcUuyINcMYnqfnQo=
SHA256 (Pkgfile) = d442f3c4304f4c0f83b5b7eaba5f947c22a5698878ba1966cc6655b7695e7320
SHA256 (.footprint) = 1fd26c2a8680c065dbd6dea2d88d19ecf34bccbc8a4d81d7d9d6022010db78f3
SHA256 (rofi-1.5.3.tar.gz) = 9d0679a58cf29c98be3b26fa88930b8b6bc43021cc334e2f7caabe6b9d9d53d7

View File

@ -1,16 +1,16 @@
# Description: A window switcher, application launcher and dmenu replacement
# URL: https://github.com/DaveDavenport/rofi
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Depends on: pango startup-notification libxkbcommon xorg-xcb-util-xrm librsvg check xorg-xcb-util-wm
# Depends on: check pango startup-notification libxkbcommon xorg-xcb-util-xrm librsvg check xorg-xcb-util-wm
name=rofi
version=1.5.2
version=1.5.3
release=1
source=(https://github.com/DaveDavenport/$name/releases/download/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}