diff options
author | Tim Biermann <tbier@posteo.de> | 2019-06-24 08:56:23 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-06-24 08:56:23 +0200 |
commit | 00311a9e2427e8626b64ef574ccf71770549c040 (patch) | |
tree | 26d00e931ad859956cef7f779d3a86ad7e91f97f /rofi | |
parent | dcf3014c4d8eee96b1707f09ed1659d6d6a4c4ea (diff) | |
download | contrib-00311a9e2427e8626b64ef574ccf71770549c040.tar.gz contrib-00311a9e2427e8626b64ef574ccf71770549c040.tar.xz |
rofi: bump to 1.5.3
Diffstat (limited to 'rofi')
-rw-r--r-- | rofi/.footprint | 1 | ||||
-rw-r--r-- | rofi/.signature | 8 | ||||
-rw-r--r-- | rofi/Pkgfile | 12 |
3 files changed, 11 insertions, 10 deletions
diff --git a/rofi/.footprint b/rofi/.footprint index 7089295d1..b8ee1ce9b 100644 --- a/rofi/.footprint +++ b/rofi/.footprint @@ -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 diff --git a/rofi/.signature b/rofi/.signature index 6fa44a559..c7bd561a1 100644 --- a/rofi/.signature +++ b/rofi/.signature @@ -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 diff --git a/rofi/Pkgfile b/rofi/Pkgfile index 109b0fcf6..061b29967 100644 --- a/rofi/Pkgfile +++ b/rofi/Pkgfile @@ -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 } |