openbox: update to 3.5.0.
This commit is contained in:
parent
6e8fce8876
commit
b323557c9b
9 changed files with 72 additions and 25 deletions
|
@ -944,3 +944,5 @@ libmdbsql.so.0 libmdb mdbtools-devel
|
|||
libkmod.so.1 libkmod libkmod-devel
|
||||
libestr.so.0 libestr libestr-devel
|
||||
libee.so.0 libee libee-devel
|
||||
libobt.so.0 libopenbox openbox-devel
|
||||
libobrender.so.27 libopenbox openbox-devel
|
||||
|
|
1
srcpkgs/libopenbox
Symbolic link
1
srcpkgs/libopenbox
Symbolic link
|
@ -0,0 +1 @@
|
|||
openbox
|
1
srcpkgs/openbox-devel
Symbolic link
1
srcpkgs/openbox-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
openbox
|
2
srcpkgs/openbox/depends
Normal file
2
srcpkgs/openbox/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=3.5.0"
|
||||
api_depends="${abi_depends}"
|
22
srcpkgs/openbox/libopenbox.rshlibs
Normal file
22
srcpkgs/openbox/libopenbox.rshlibs
Normal file
|
@ -0,0 +1,22 @@
|
|||
libSM.so.6
|
||||
libICE.so.6
|
||||
libpangoxft-1.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libXft.so.2
|
||||
libpango-1.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libXrender.so.1
|
||||
libfontconfig.so.1
|
||||
libfreetype.so.6
|
||||
libX11.so.6
|
||||
libglib-2.0.so.0
|
||||
libImlib2.so.1
|
||||
libxml2.so.2
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libXinerama.so.1
|
||||
libXrandr.so.2
|
||||
libXext.so.6
|
11
srcpkgs/openbox/libopenbox.template
Normal file
11
srcpkgs/openbox/libopenbox.template
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Template file for 'libopenbox'.
|
||||
#
|
||||
short_desc="openbox runtime shared libraries"
|
||||
long_desc="
|
||||
${long_desc}
|
||||
|
||||
This package includes the runtime shared libraries."
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/*.so*" usr/lib
|
||||
}
|
15
srcpkgs/openbox/openbox-devel.template
Normal file
15
srcpkgs/openbox/openbox-devel.template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'openbox-devel'.
|
||||
#
|
||||
short_desc="openbox development files"
|
||||
long_desc="
|
||||
${long_desc}
|
||||
|
||||
This package includes development files: headers, static libs, etc."
|
||||
|
||||
Add_dependency run libopenbox
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
|
@ -1,4 +1,3 @@
|
|||
libXinerama.so.1
|
||||
libXrandr.so.2
|
||||
libXext.so.6
|
||||
libglib-2.0.so.0
|
||||
|
@ -10,15 +9,7 @@ libstartup-notification-1.so.0
|
|||
libxml2.so.2
|
||||
libc.so.6
|
||||
libXau.so.6
|
||||
libpangoxft-1.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libpango-1.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libXft.so.2
|
||||
libXrender.so.1
|
||||
libfontconfig.so.1
|
||||
libfreetype.so.6
|
||||
libpthread.so.0
|
||||
libXinerama.so.1
|
||||
libobrender.so.27
|
||||
libobt.so.0
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'openbox'
|
||||
pkgname=openbox
|
||||
version=3.4.10
|
||||
version=3.5.0
|
||||
homepage="http://www.openbox.org"
|
||||
distfiles="http://icculus.org/openbox/releases/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-startup-notification"
|
||||
revision=1
|
||||
short_desc="Standards compliant, fast, light-weight, extensible window manager"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=20356f93c3334c3209284fba2628a9c48c3140a35febd0bdafa3a164d0eaed00
|
||||
license="GPL-2"
|
||||
checksum=6fa90016530b3aa6102e254079461977439398531fb23e7ec076ff2c140fea0a
|
||||
long_desc="
|
||||
Openbox works with your applications, and makes your desktop easier to
|
||||
manage. This is because the approach to its development was the opposite of
|
||||
|
@ -29,18 +30,19 @@ long_desc="
|
|||
* Multi-head Xinerama support!
|
||||
* Pipe menus"
|
||||
|
||||
subpackages="${pkgname}-devel lib${pkgname}"
|
||||
|
||||
conf_files="
|
||||
/etc/xdg/openbox/menu.xml
|
||||
/etc/xdg/openbox/rc.xml
|
||||
/etc/xdg/openbox/autostart.sh"
|
||||
/etc/xdg/openbox/environment
|
||||
/etc/xdg/openbox/autostart"
|
||||
|
||||
Add_dependency build pkg-config
|
||||
|
||||
_deps="fontconfig freetype glib pango libICE libSM libX11 libXau libXcursor"
|
||||
_deps="${_deps} libXext libXft libXinerama libXrandr libXrender libxml2"
|
||||
_deps="${_deps} startup-notification"
|
||||
|
||||
for _dep_ in ${_deps}; do
|
||||
Add_dependency run ${_dep_}
|
||||
Add_dependency build ${_dep_}-devel
|
||||
done
|
||||
Add_dependency build startup-notification-devel
|
||||
Add_dependency build libxml2-devel
|
||||
Add_dependency build libXrandr-devel
|
||||
Add_dependency build libXcursor-devel
|
||||
Add_dependency build libXinerama-devel
|
||||
Add_dependency build imlib2-devel
|
||||
Add_dependency build pango-devel
|
||||
|
|
Loading…
Reference in a new issue