pekwm: rebuild against libpng-1.5.
This commit is contained in:
parent
d5a34ec0b3
commit
daaeae2f31
2 changed files with 14 additions and 16 deletions
|
@ -4,8 +4,8 @@ libXinerama.so.1
|
||||||
libXft.so.2
|
libXft.so.2
|
||||||
libXpm.so.4
|
libXpm.so.4
|
||||||
libjpeg.so.8
|
libjpeg.so.8
|
||||||
libpng14.so.14
|
|
||||||
libXrandr.so.2
|
libXrandr.so.2
|
||||||
libstdc++.so.6
|
libstdc++.so.6
|
||||||
libgcc_s.so.1
|
libgcc_s.so.1
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
libpng15.so.15
|
||||||
|
|
|
@ -1,14 +1,23 @@
|
||||||
# Template build file for 'pekwm'.
|
# Template build file for 'pekwm'.
|
||||||
pkgname=pekwm
|
pkgname=pekwm
|
||||||
version=0.1.14
|
version=0.1.14
|
||||||
homepage="https://www.pekwm.org/projects/pekwm"
|
revision=2
|
||||||
distfiles="http://www.pekwm.org/projects/pekwm/files/pekwm-$version.tar.bz2"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config libstdc++-devel jpeg-devel libpng-devel libSM-devel libICE-devel libX11-devel libXext-devel libXinerama-devel libXft-devel libXrender-devel fontconfig-devel freetype-devel libXpm-devel libXrandr-devel"
|
makedepends="pkg-config jpeg-devel libpng-devel>=1.5.10 libXinerama-devel libXft-devel libXrender-devel fontconfig-devel libXpm-devel libXrandr-devel"
|
||||||
revision=1
|
conf_files="
|
||||||
|
/etc/pekwm/autoproperties
|
||||||
|
/etc/pekwm/autoproperties_typerules
|
||||||
|
/etc/pekwm/config
|
||||||
|
/etc/pekwm/keys
|
||||||
|
/etc/pekwm/menu
|
||||||
|
/etc/pekwm/mouse
|
||||||
|
/etc/pekwm/start
|
||||||
|
/etc/pekwm/vars"
|
||||||
short_desc="Window manager based on aewm++"
|
short_desc="Window manager based on aewm++"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
homepage="https://www.pekwm.org/projects/pekwm"
|
||||||
|
distfiles="http://www.pekwm.org/projects/pekwm/files/pekwm-$version.tar.bz2"
|
||||||
checksum=113e95bd58fbb63eeba2a7ca37961da6d99a78459549172e2e5ce8dd091a3110
|
checksum=113e95bd58fbb63eeba2a7ca37961da6d99a78459549172e2e5ce8dd091a3110
|
||||||
long_desc="
|
long_desc="
|
||||||
A window manager based on aewm++. Here is a compact list of changes
|
A window manager based on aewm++. Here is a compact list of changes
|
||||||
|
@ -22,14 +31,3 @@ long_desc="
|
||||||
* Xinerama support.
|
* Xinerama support.
|
||||||
* Smart window placement.
|
* Smart window placement.
|
||||||
* Basic pixmap theming, with configurable buttons."
|
* Basic pixmap theming, with configurable buttons."
|
||||||
|
|
||||||
conf_files="
|
|
||||||
/etc/pekwm/autoproperties
|
|
||||||
/etc/pekwm/autoproperties_typerules
|
|
||||||
/etc/pekwm/config
|
|
||||||
/etc/pekwm/keys
|
|
||||||
/etc/pekwm/menu
|
|
||||||
/etc/pekwm/mouse
|
|
||||||
/etc/pekwm/start
|
|
||||||
/etc/pekwm/vars"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue