diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2020-05-24 11:39:06 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2020-05-24 12:28:07 +1000 |
commit | 9d033cb26c8b10f15e327ee6f259015bf1f96090 (patch) | |
tree | b4d1eba7c46981a7ebd2be39249ce10b24ea954c /picom | |
parent | 49f40b133b2c81a67322b56418e8507f12ed99aa (diff) | |
download | contrib-9d033cb26c8b10f15e327ee6f259015bf1f96090.tar.gz contrib-9d033cb26c8b10f15e327ee6f259015bf1f96090.tar.xz |
picom: 7.5 -> 8
Diffstat (limited to 'picom')
-rw-r--r-- | picom/.footprint | 1 | ||||
-rw-r--r-- | picom/.signature | 8 | ||||
-rw-r--r-- | picom/Pkgfile | 7 |
3 files changed, 6 insertions, 10 deletions
diff --git a/picom/.footprint b/picom/.footprint index 25d015c25..5d57ccc56 100644 --- a/picom/.footprint +++ b/picom/.footprint @@ -5,7 +5,6 @@ drwxr-xr-x root/root etc/xdg/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ lrwxrwxrwx root/root usr/bin/compton -> picom --rwxr-xr-x root/root usr/bin/compton-convgen.py lrwxrwxrwx root/root usr/bin/compton-trans -> picom-trans -rwxr-xr-x root/root usr/bin/picom -rwxr-xr-x root/root usr/bin/picom-trans diff --git a/picom/.signature b/picom/.signature index 70048cc4a..29bfb283f 100644 --- a/picom/.signature +++ b/picom/.signature @@ -1,8 +1,8 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3yKalMYUiiYBIs+HYDolQ7oqlUWcybZtlOqY9qkoWChfFGW4ig+WGqXn7pG3AQu89SaNugfIIMmhJfNkbkLYWw0= -SHA256 (Pkgfile) = f070b90b180c6462a0ff694cdee7bf7f6de3004c89a84785a87ea50400a0ddd8 -SHA256 (.footprint) = c73f21ca780f8416356f4fb323258fdf9d109b9d0edf32a270aabe26b7497381 -SHA256 (picom-v7.5.tar.gz) = 1fdeda688d09643563e4314f885beaf074023235e56598ae98d481364e615607 +RWSagIOpLGJF32ix3bmZxZS6H6PisiaQm3+NTDyVAbhRPNWYtDzxwt9DueTYlM+lDmZa9L/ZBYAxA5uXx9I8TSiU5PgkXNQQQQM= +SHA256 (Pkgfile) = 5a09ba0a269637e54d3a810078bfd044b7d044029d39d6c7915b2d73a7cdc06a +SHA256 (.footprint) = 9e8224213e85b3fd34cb7b657bfceb453e97c05758d1a08ffdcf2ca9e5b58bfa +SHA256 (picom-v8.tar.gz) = f839a3c058ca90f463eae3973a9381cf2fe93be7d0e58db1c28ea72acd10480f SHA256 (picom.conf) = 24f76e9b5fde92d3e4f3bd46d8396dab424f6af343b6ae4e7cd5bd2a1b5169e0 SHA256 (picom-trans.1) = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 SHA256 (picom.1) = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 diff --git a/picom/Pkgfile b/picom/Pkgfile index 25b49fcff..e1772f1ac 100644 --- a/picom/Pkgfile +++ b/picom/Pkgfile @@ -5,22 +5,19 @@ # Optional: asciidoc name=picom -version=7.5 +version=8 release=1 source=(https://github.com/yshui/picom/archive/v$version/$name-v$version.tar.gz picom.conf picom-trans.1 picom.1) build() { - cd $name-$version - [ -e '/usr/bin/asciidoctor' ] && PKGMK_PICOM+=' -D build_docs=true' - meson build ${PKGMK_PICOM} \ + meson $name-$version build ${PKGMK_PICOM} \ --prefix=/usr \ -D b_ndebug=true ninja -C build -j ${JOBS:-1} - DESTDIR=$PKG ninja -C build install install -Dm644 $SRC/picom.conf $PKG/etc/xdg/picom.conf |