gnome-shell-build-setup.sh: Add additional system packages
Add system packages for asn1Parser, cracklib, ruby, wireless-tools, libsystemd-login. https://bugzilla.gnome.org/show_bug.cgi?id=685352
This commit is contained in:
parent
a1bf19dbdf
commit
36edf20273
@ -55,6 +55,7 @@ git: f:git d:git-core
|
|||||||
# Build tools
|
# Build tools
|
||||||
build-essential: d:build-essential
|
build-essential: d:build-essential
|
||||||
automake: fd:automake
|
automake: fd:automake
|
||||||
|
asn1Parser: f:libtasn1-tools d:libtasn1-3-bin s:libtasn1 # gcr
|
||||||
binutils: f:binutils
|
binutils: f:binutils
|
||||||
bison: fds:bison
|
bison: fds:bison
|
||||||
cmake: fd:cmake # libproxy
|
cmake: fd:cmake # libproxy
|
||||||
@ -70,6 +71,7 @@ make: f:make
|
|||||||
perl-XML-Simple: f:perl-XML-Simple d:libxml-simple-perl # icon-naming-utils
|
perl-XML-Simple: f:perl-XML-Simple d:libxml-simple-perl # icon-naming-utils
|
||||||
pkgconfig: f:pkgconfig
|
pkgconfig: f:pkgconfig
|
||||||
python: f:python
|
python: f:python
|
||||||
|
ruby: fds:ruby # WebKit
|
||||||
texinfo: fd:texinfo # libgtop
|
texinfo: fd:texinfo # libgtop
|
||||||
xsltproc: f:libxslt d:xsltproc # gtk-doc
|
xsltproc: f:libxslt d:xsltproc # gtk-doc
|
||||||
|
|
||||||
@ -94,12 +96,14 @@ libXtst: f:libXtst-devel d:libxtst-dev # caribou
|
|||||||
xcb: f:xcb-util-devel d:libx11-xcb-dev # startup-notification
|
xcb: f:xcb-util-devel d:libx11-xcb-dev # startup-notification
|
||||||
|
|
||||||
# Other libraries
|
# Other libraries
|
||||||
|
cracklib: fs:cracklib-devel d:libcrack2-dev # libpwquality
|
||||||
cups: fs:cups-devel d:libcups2-dev # gnome-control-center
|
cups: fs:cups-devel d:libcups2-dev # gnome-control-center
|
||||||
db4: f:db4-devel d:libdb-dev # evolution-data-server
|
db4: f:db4-devel d:libdb-dev # evolution-data-server
|
||||||
icu: f:libicu-devel d:libicu-dev # WebKit
|
icu: f:libicu-devel d:libicu-dev # WebKit
|
||||||
libacl: f:libacl-devel d:libacl1-dev # gudev
|
libacl: f:libacl-devel d:libacl1-dev # gudev
|
||||||
libcurl: f:libcurl-devel # liboauth. See below for Debian
|
libcurl: f:libcurl-devel # liboauth. See below for Debian
|
||||||
libffi: fs:libffi-devel d:libffi-dev # gobject-introspection
|
libffi: fs:libffi-devel d:libffi-dev # gobject-introspection
|
||||||
|
libsystemd-login: fs:systemd-devel # gnome-session gnome-settings-daemon polkit PackageKit
|
||||||
libtool-ltdl: f:libtool-ltdl-devel d:libltdl-dev # libcanberra
|
libtool-ltdl: f:libtool-ltdl-devel d:libltdl-dev # libcanberra
|
||||||
libusb: f:libusb1-devel d:libusb-1.0-0-dev # upower
|
libusb: f:libusb1-devel d:libusb-1.0-0-dev # upower
|
||||||
openssl: f:openssl-devel d:libssl-dev # liboauth
|
openssl: f:openssl-devel d:libssl-dev # liboauth
|
||||||
@ -112,6 +116,7 @@ sqlite: d:libsqlite3-dev f:sqlite-devel # libsoup
|
|||||||
udev: f:libudev-devel d:libudev-dev # gudev
|
udev: f:libudev-devel d:libudev-dev # gudev
|
||||||
uuid: f:libuuid-devel d:uuid-dev # Networkmanager
|
uuid: f:libuuid-devel d:uuid-dev # Networkmanager
|
||||||
vorbis: f:libvorbis-devel d:libvorbis-dev # libcanberra
|
vorbis: f:libvorbis-devel d:libvorbis-dev # libcanberra
|
||||||
|
wireless-tools: f:wireless-tools-devel d:libiw-dev s:libiw-devel # NetworkManager
|
||||||
|
|
||||||
# python libraries used by gnome-shell wrapper script
|
# python libraries used by gnome-shell wrapper script
|
||||||
# These are commented out because the gnome-shell wrapper script
|
# These are commented out because the gnome-shell wrapper script
|
||||||
|
Loading…
Reference in New Issue
Block a user