Update lxde-related pkgs for new rshlib thing
This commit is contained in:
parent
2727dfcdf7
commit
4d76ba1f41
40 changed files with 250 additions and 118 deletions
7
srcpkgs/alsa-lib/alsa-lib.rshlibs
Normal file
7
srcpkgs/alsa-lib/alsa-lib.rshlibs
Normal file
|
@ -0,0 +1,7 @@
|
|||
libpthread.so.0
|
||||
libc.so.6
|
||||
libdl.so.2
|
||||
libutil.so.1
|
||||
libm.so.6
|
||||
libpython2.7.so.1.0
|
||||
librt.so.1
|
|
@ -3,6 +3,7 @@ pkgname=alsa-lib
|
|||
version=1.0.24.1
|
||||
distfiles="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="The Advanced Linux Sound Architecture (ALSA) library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=a32f7c21015b6c71f9a80ff70a2b6a50e4ff4d5c77c744ff0793dea7ba7a2517
|
||||
|
@ -15,7 +16,5 @@ long_desc="
|
|||
the older OSS API, providing binary compatibility for most OSS programs."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency run python
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build python-devel
|
||||
|
|
2
srcpkgs/desktop-file-utils/desktop-file-utils.rshlibs
Normal file
2
srcpkgs/desktop-file-utils/desktop-file-utils.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
|||
libglib-2.0.so.0
|
||||
libc.so.6
|
|
@ -3,6 +3,7 @@ pkgname=desktop-file-utils
|
|||
version=0.18
|
||||
distfiles="http://freedesktop.org/software/$pkgname/releases/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="Utilities to manage desktop entries"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=d9449956c1c8caa75281a3322b2bb433db42610942f0ceeaa65ccd9636c04231
|
||||
|
@ -12,7 +13,5 @@ long_desc="
|
|||
it contains the update-desktop-database utility, used to rebuild the database
|
||||
that connects MIME types to applications."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run glib
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build glib-devel
|
||||
|
|
20
srcpkgs/libfm/libfm.rshlibs
Normal file
20
srcpkgs/libfm/libfm.rshlibs
Normal file
|
@ -0,0 +1,20 @@
|
|||
libgtk-x11-2.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libmenu-cache.so.1
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libgdk-x11-2.0.so.0
|
||||
libatk-1.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo.so.2
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libpango-1.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libm.so.6
|
|
@ -3,6 +3,7 @@ pkgname=libfm
|
|||
version=0.1.16
|
||||
distfiles="${SOURCEFORGE_SITE}/pcmanfm/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="LXDE GLib/GIO based library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=ed49365319b941757c155b3790a2adf73f5072227c578d9bcba7329c6f9fcd3b
|
||||
|
@ -16,16 +17,6 @@ conf_files="
|
|||
/etc/xdg/libfm/libfm.conf
|
||||
/etc/xdg/libfm/pref-apps.conf"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run glib
|
||||
Add_dependency run menu-cache
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run atk
|
||||
Add_dependency run pango
|
||||
Add_dependency run gdk-pixbuf
|
||||
Add_dependency run cairo
|
||||
Add_dependency run freetype
|
||||
Add_dependency run fontconfig
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
|
|
10
srcpkgs/lxappearance/lxappearance.rshlibs
Normal file
10
srcpkgs/lxappearance/lxappearance.rshlibs
Normal file
|
@ -0,0 +1,10 @@
|
|||
libgtk-x11-2.0.so.0
|
||||
libgdk-x11-2.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libX11.so.6
|
||||
libpthread.so.0
|
||||
libc.so.6
|
|
@ -3,6 +3,7 @@ pkgname=lxappearance
|
|||
version=0.5.1
|
||||
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="LXDE Theme Switcher"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=74e638257092201a572f1fcd4eb93c195c9fa75e27602662de542b002e6deade
|
||||
|
@ -10,11 +11,6 @@ long_desc="
|
|||
LXAppearance is the standard theme switcher of LXDE. Users are able to
|
||||
change the theme, icons, and fonts used by applications easily."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run glib
|
||||
Add_dependency run gdk-pixbuf
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run libX11
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
|
|
7
srcpkgs/lxinput/lxinput.rshlibs
Normal file
7
srcpkgs/lxinput/lxinput.rshlibs
Normal file
|
@ -0,0 +1,7 @@
|
|||
libgtk-x11-2.0.so.0
|
||||
libgdk-x11-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libX11.so.6
|
||||
libpthread.so.0
|
||||
libc.so.6
|
|
@ -3,6 +3,7 @@ pkgname=lxinput
|
|||
version=0.3.1
|
||||
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="LXDE Keyboad/Mouse configurator"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=b30f3be6cd250d548d40f9d2dcc5882ad5a2fe233149e90b96eab5b6e6e0a256
|
||||
|
@ -15,10 +16,6 @@ long_desc="
|
|||
* Swap left and right mouse buttons
|
||||
* Mouse acceleration and sensitivity"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run glib
|
||||
Add_dependency run libX11
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
|
|
11
srcpkgs/lxlauncher/lxlauncher.rshlibs
Normal file
11
srcpkgs/lxlauncher/lxlauncher.rshlibs
Normal file
|
@ -0,0 +1,11 @@
|
|||
libgtk-x11-2.0.so.0
|
||||
libgdk-x11-2.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo.so.2
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libstartup-notification-1.so.0
|
||||
libmenu-cache.so.1
|
||||
libX11.so.6
|
||||
libpthread.so.0
|
||||
libc.so.6
|
|
@ -3,6 +3,7 @@ pkgname=lxlauncher
|
|||
version=0.2.2
|
||||
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="LXDE ASUS EEPC launcher"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=ad586e3a2668f98bbf0217ec1be1f8f1be4ff876b180a407c7db2fe354303cbc
|
||||
|
@ -16,14 +17,6 @@ conf_files="
|
|||
/etc/xdg/lxlauncher/settings.conf
|
||||
/etc/xdg/menus/lxlauncher-applications.menu"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run gdk-pixbuf
|
||||
Add_dependency run cairo
|
||||
Add_dependency run glib
|
||||
Add_dependency run startup-notification
|
||||
Add_dependency run menu-cache
|
||||
Add_dependency run libX11
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
|
|
21
srcpkgs/lxpanel/lxpanel.rshlibs
Normal file
21
srcpkgs/lxpanel/lxpanel.rshlibs
Normal file
|
@ -0,0 +1,21 @@
|
|||
libgtk-x11-2.0.so.0
|
||||
libgdk-x11-2.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
libmenu-cache.so.1
|
||||
libglib-2.0.so.0
|
||||
libX11.so.6
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libatk-1.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libcairo.so.2
|
||||
libpango-1.0.so.0
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libgio-2.0.so.0
|
||||
librt.so.1
|
||||
libasound.so.2
|
|
@ -3,6 +3,7 @@ pkgname=lxpanel
|
|||
version=0.5.8
|
||||
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="LXDE Standard panel"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=6a3579d6f384c03a33a03e4d32016428c84eb0f2bc421704f724fe2cc015cddd
|
||||
|
@ -14,18 +15,6 @@ long_desc="
|
|||
|
||||
subpackages="lxpanel-devel"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run atk
|
||||
Add_dependency run pango
|
||||
Add_dependency run gdk-pixbuf
|
||||
Add_dependency run cairo
|
||||
Add_dependency run freetype
|
||||
Add_dependency run fontconfig
|
||||
Add_dependency run glib
|
||||
Add_dependency run menu-cache
|
||||
Add_dependency run alsa-lib
|
||||
Add_dependency run libX11
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
|
|
5
srcpkgs/lxrandr/lxrandr.rshlibs
Normal file
5
srcpkgs/lxrandr/lxrandr.rshlibs
Normal file
|
@ -0,0 +1,5 @@
|
|||
libgtk-x11-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
|
@ -3,6 +3,7 @@ pkgname=lxrandr
|
|||
version=0.1.2
|
||||
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="LXDE Monitor configuration tool"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=fb8139478f6cfeac6a2d8adb4e55e8cad099bfe2da7c82253c935ba719f9cf19
|
||||
|
@ -18,13 +19,10 @@ long_desc="
|
|||
monitor and just want to get their work done without reading a lot of
|
||||
geek-centered manuals or command line tutorials."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run atk
|
||||
Add_dependency run cairo
|
||||
Add_dependency run fontconfig
|
||||
Add_dependency run freetype
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run glib
|
||||
Add_dependency run pango
|
||||
|
||||
Add_dependency build pkg-config
|
||||
|
|
10
srcpkgs/lxsession/lxsession.rshlibs
Normal file
10
srcpkgs/lxsession/lxsession.rshlibs
Normal file
|
@ -0,0 +1,10 @@
|
|||
libglib-2.0.so.0
|
||||
libX11.so.6
|
||||
libc.so.6
|
||||
libgtk-x11-2.0.so.0
|
||||
libgdk-x11-2.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo.so.2
|
||||
libgobject-2.0.so.0
|
||||
libdbus-1.so.3
|
||||
libpthread.so.0
|
|
@ -3,6 +3,7 @@ pkgname=lxsession
|
|||
version=0.4.6.1
|
||||
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="LXDE X11 Session Manager"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=bd6a7ef3c0ba4b9eedf3c58624dbce8bbbba3b179abbc552bf10c2830eec3ee1
|
||||
|
@ -21,14 +22,7 @@ long_desc="
|
|||
LXSession has also a built-in lightweight Xsettings daemon, which can
|
||||
configure GTK+ themes, keyboard, and mouse for you on session startup."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run glib
|
||||
Add_dependency run gdk-pixbuf
|
||||
Add_dependency run cairo
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run libX11
|
||||
Add_dependency run dbus
|
||||
Add_dependency run dbus-libs
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
|
|
9
srcpkgs/lxterminal/lxterminal.rshlibs
Normal file
9
srcpkgs/lxterminal/lxterminal.rshlibs
Normal file
|
@ -0,0 +1,9 @@
|
|||
libglib-2.0.so.0
|
||||
libgtk-x11-2.0.so.0
|
||||
libgdk-x11-2.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libvte.so.9
|
||||
libX11.so.6
|
||||
libpthread.so.0
|
||||
libc.so.6
|
|
@ -3,6 +3,7 @@ pkgname=lxterminal
|
|||
version=0.1.11
|
||||
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="LXDE Terminal emulator"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=f495166b308a96e8c30c8892b33ab163f3865253a9bbd4bdac462f974fda7253
|
||||
|
@ -14,12 +15,6 @@ long_desc="
|
|||
In order to reduce memory usage and increase the performance, all instances
|
||||
of the terminal are sharing a single process."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run glib
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run gdk-pixbuf
|
||||
Add_dependency run vte
|
||||
Add_dependency run libX11
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
|
|
8
srcpkgs/menu-cache/menu-cache.rshlibs
Normal file
8
srcpkgs/menu-cache/menu-cache.rshlibs
Normal file
|
@ -0,0 +1,8 @@
|
|||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'menu-cache'
|
||||
pkgname=menu-cache
|
||||
version=0.3.2
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
short_desc="LXDE freedesktop menu specification"
|
||||
|
@ -20,7 +20,5 @@ long_desc="
|
|||
* Heavily reduced disk I/O."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency run glib
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build glib-devel
|
||||
|
|
24
srcpkgs/openbox/openbox.rshlibs
Normal file
24
srcpkgs/openbox/openbox.rshlibs
Normal file
|
@ -0,0 +1,24 @@
|
|||
libXinerama.so.1
|
||||
libXrandr.so.2
|
||||
libXext.so.6
|
||||
libglib-2.0.so.0
|
||||
libSM.so.6
|
||||
libICE.so.6
|
||||
libX11.so.6
|
||||
libXcursor.so.1
|
||||
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
|
|
@ -4,6 +4,7 @@ version=3.4.10
|
|||
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
|
||||
|
@ -34,7 +35,6 @@ conf_files="
|
|||
/etc/xdg/openbox/autostart.sh"
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency run glibc
|
||||
|
||||
_deps="fontconfig freetype glib pango libICE libSM libX11 libXau libXcursor"
|
||||
_deps="${_deps} libXext libXft libXinerama libXrandr libXrender libxml2"
|
||||
|
|
13
srcpkgs/pcmanfm/pcmanfm.rshlibs
Normal file
13
srcpkgs/pcmanfm/pcmanfm.rshlibs
Normal file
|
@ -0,0 +1,13 @@
|
|||
libX11.so.6
|
||||
libfm-gtk.so.1
|
||||
libgtk-x11-2.0.so.0
|
||||
libfm.so.1
|
||||
libgdk-x11-2.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo.so.2
|
||||
libpango-1.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
|
@ -3,6 +3,7 @@ pkgname=pcmanfm
|
|||
version=0.9.9
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="LXDE file manager"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=bc48af4ade638b47e4207cc274f6e38c2bd3786a811d20da47c3df9907c6fb6c
|
||||
|
@ -15,14 +16,6 @@ long_desc="
|
|||
|
||||
conf_files="/etc/xdg/pcmanfm/default/pcmanfm.conf"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libX11
|
||||
Add_dependency run libfm
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run gdk-pixbuf
|
||||
Add_dependency run cairo
|
||||
Add_dependency run pango
|
||||
Add_dependency run glib
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
|
|
2
srcpkgs/pycairo/pycairo.rshlibs
Normal file
2
srcpkgs/pycairo/pycairo.rshlibs
Normal file
|
@ -0,0 +1,2 @@
|
|||
libcairo.so.2
|
||||
libc.so.6
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pycairo'
|
||||
pkgname=pycairo
|
||||
version=1.8.8
|
||||
revision=4
|
||||
revision=5
|
||||
distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
short_desc="Python bindings for the cairo graphics library"
|
||||
|
@ -13,8 +13,6 @@ long_desc="
|
|||
pycompile_module="cairo"
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run cairo
|
||||
Add_dependency run python
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build cairo-devel
|
||||
|
|
9
srcpkgs/pygobject2/pygobject2.rshlibs
Normal file
9
srcpkgs/pygobject2/pygobject2.rshlibs
Normal file
|
@ -0,0 +1,9 @@
|
|||
libgobject-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libffi.so.5
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libgio-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pygobject2'
|
||||
pkgname=pygobject2
|
||||
version=2.28.6
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc=${pkgname%2}-${version}
|
||||
distfiles="${GNOME_SITE}/${pkgname%2}/2.28/${pkgname%2}-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
|
@ -19,10 +19,7 @@ pycompile_module="glib gobject gtk-2.0 pygtk"
|
|||
replaces="pygobject<3.0.0"
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run glib
|
||||
Add_dependency run cairo
|
||||
Add_dependency run libffi
|
||||
Add_dependency run libgirepository
|
||||
Add_dependency run python
|
||||
Add_dependency run pycairo
|
||||
|
|
18
srcpkgs/pygtk/pygtk.rshlibs
Normal file
18
srcpkgs/pygtk/pygtk.rshlibs
Normal file
|
@ -0,0 +1,18 @@
|
|||
libpango-1.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libpangocairo-1.0.so.0
|
||||
libcairo.so.2
|
||||
libgtk-x11-2.0.so.0
|
||||
libgdk-x11-2.0.so.0
|
||||
libatk-1.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pygtk'
|
||||
pkgname=pygtk
|
||||
version=2.24.0
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.24/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
short_desc="Python bindings for the GTK+ toolkit"
|
||||
|
@ -14,16 +14,7 @@ pycompile_module="gtk-2.0/gtk"
|
|||
subpackages="pygtk-devel"
|
||||
|
||||
# XXX: missing python-numpy build dep
|
||||
Add_dependency run glibc
|
||||
Add_dependency run gdk-pixbuf
|
||||
Add_dependency run libpng
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run atk
|
||||
Add_dependency run glib
|
||||
Add_dependency run pango
|
||||
Add_dependency run cairo
|
||||
Add_dependency run freetype
|
||||
Add_dependency run fontconfig
|
||||
Add_dependency run libxml2
|
||||
Add_dependency run python
|
||||
Add_dependency run pygobject2
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
libxcb-aux.so.0
|
||||
libX11-xcb.so.1
|
||||
libX11.so.6
|
||||
libxcb.so.1
|
||||
libc.so.6
|
|
@ -3,6 +3,7 @@ pkgname=startup-notification
|
|||
version=0.12
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
revision=1
|
||||
short_desc="Library for tracking application startup"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a
|
||||
|
@ -13,10 +14,6 @@ long_desc="
|
|||
feedback such as a busy cursor, among other features."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libX11
|
||||
Add_dependency run xcb-util
|
||||
Add_dependency run libxcb
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build libX11-devel
|
||||
|
|
|
@ -4,6 +4,7 @@ version=0.28.2
|
|||
distfiles="${GNOME_SITE}/vte/0.28/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-gtk=2.0"
|
||||
revision=1
|
||||
short_desc="Terminal widget with improved accessibility and I18N support"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
|
@ -15,18 +16,7 @@ long_desc="
|
|||
|
||||
subpackages="vte-python vte-devel"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run ncurses-libs
|
||||
Add_dependency run glib
|
||||
Add_dependency run atk
|
||||
Add_dependency run pango
|
||||
Add_dependency run cairo
|
||||
Add_dependency run freetype
|
||||
Add_dependency run fontconfig
|
||||
Add_dependency run libpng
|
||||
Add_dependency run gdk-pixbuf
|
||||
Add_dependency run libX11
|
||||
Add_dependency run gtk+
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
|
|
22
srcpkgs/vte/vte-python.rshlibs
Normal file
22
srcpkgs/vte/vte-python.rshlibs
Normal file
|
@ -0,0 +1,22 @@
|
|||
libvte.so.9
|
||||
libgtk-x11-2.0.so.0
|
||||
libgdk-x11-2.0.so.0
|
||||
libatk-1.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libpango-1.0.so.0
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libcairo.so.2
|
||||
libX11.so.6
|
||||
libncursesw.so.6
|
||||
libm.so.6
|
||||
libpthread.so.0
|
||||
libc.so.6
|
|
@ -1,25 +1,14 @@
|
|||
# Template file for 'vte-python'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="${sourcepkg} - Python bindings"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the Python bindings."
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run ncurses-libs
|
||||
Add_dependency run python
|
||||
Add_dependency run glib
|
||||
Add_dependency run atk
|
||||
Add_dependency run pango
|
||||
Add_dependency run cairo
|
||||
Add_dependency run freetype
|
||||
Add_dependency run fontconfig
|
||||
Add_dependency run gdk-pixbuf
|
||||
Add_dependency run libpng
|
||||
Add_dependency run libX11
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run pygtk
|
||||
Add_dependency run vte
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
22
srcpkgs/vte/vte.rshlibs
Normal file
22
srcpkgs/vte/vte.rshlibs
Normal file
|
@ -0,0 +1,22 @@
|
|||
libgtk-x11-2.0.so.0
|
||||
libgdk-x11-2.0.so.0
|
||||
libpango-1.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libutil.so.1
|
||||
libatk-1.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libcairo.so.2
|
||||
libX11.so.6
|
||||
libncursesw.so.6
|
||||
libm.so.6
|
|
@ -1,7 +1,7 @@
|
|||
# Template build for 'xcb-util'.
|
||||
pkgname=xcb-util
|
||||
version=0.3.6
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
short_desc="XCB utilities"
|
||||
|
@ -28,8 +28,6 @@ long_desc="
|
|||
wm: Framework for window manager implementation."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libxcb
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build gperf
|
||||
Add_dependency build m4
|
||||
|
|
5
srcpkgs/xcb-util/xcb-util.rshlibs
Normal file
5
srcpkgs/xcb-util/xcb-util.rshlibs
Normal file
|
@ -0,0 +1,5 @@
|
|||
libxcb.so.1
|
||||
libc.so.6
|
||||
libxcb-shm.so.0
|
||||
libxcb-render.so.0
|
||||
libpthread.so.0
|
Loading…
Reference in a new issue