Compare commits

..

9 Commits

13 changed files with 46 additions and 3 deletions

View File

@@ -172,7 +172,11 @@ endif
@$(INSTALL_DIR) $(DESTDIR)$(mambaimagesdir)
cp -r etc/polkit-1 $(DESTDIR)$(sysconfdir)/
cp -r etc/prelink.conf.d $(DESTDIR)$(sysconfdir)/
cp -r etc/profile.d $(DESTDIR)$(sysconfdir)/
cp -r etc/sudoers.d $(DESTDIR)$(sysconfdir)/
cp -r etc/sysconfig $(DESTDIR)$(sysconfdir)/
cp -r etc/xprofile.d $(DESTDIR)$(sysconfdir)/
chmod 755 $(DESTDIR)$(sysconfdir)/profile.d/*.sh
chmod 755 $(DESTDIR)$(sysconfdir)/xprofile.d/*.sh
$(INSTALL_SCRIPT) kde/scripts/showlog $(DESTDIR)$(distrobindir)
cp -r menu/icons/ $(DESTDIR)$(datadir)/icons/

View File

@@ -1,5 +1,5 @@
FLASHPLUGIN_VERSION=11.2.202.280
FLASHPLUGIN_VERSION=11.2.202.285
WIN32CODECS_VERSION=20110131
SKYPE_VERSION=4.1.0.20
SKYPE_VERSION=4.2.0.11
VIRTUALBOX_EXTENSION_PACK_VERSION=4.2.0
SUN_JAVA7_VERSION=7u17

5
SRPMSVERSIONS.arm Normal file
View File

@@ -0,0 +1,5 @@
FLASHPLUGIN_VERSION=11.2.202.280
WIN32CODECS_VERSION=20110131
SKYPE_VERSION=4.1.0.20
VIRTUALBOX_EXTENSION_PACK_VERSION=4.2.0
SUN_JAVA7_VERSION=7u10

View File

@@ -1 +1 @@
VERSION = 2.3.19
VERSION = 2.3.91

View File

@@ -33,3 +33,10 @@ Action=org.freedesktop.NetworkManager.*
ResultAny=yes
ResultInactive=no
ResultActive=yes
[Normal Staff Permissions]
Identity=unix-group:sysadmin
Action=org.kde.kcontrol.kcmclock.*
ResultAny=yes
ResultInactive=no
ResultActive=yes

9
etc/profile.d/proxy.sh Normal file
View File

@@ -0,0 +1,9 @@
#
# openmamba system-wide proxy configuration
#
[ -e /etc/sysconfig/proxy ] && . /etc/sysconfig/proxy
[ "$http_proxy" ] && export HTTP_PROXY=$http_proxy
[ "$https_proxy" ] && export HTTPS_PROXY=$https_proxy
[ "$ftp_proxy" ] && export FTP_PROXY=$ftp_proxy
[ "$socks_proxy" ] && export SOCKS_PROXY=$socks_proxy
[ "$no_proxy" ] && export NO_PROXY=$no_proxy

1
etc/sudoers.d/proxy Normal file
View File

@@ -0,0 +1 @@
Defaults env_keep += "ftp_proxy http_proxy https_proxy socks_proxy no_proxy FTP_PROXY HTTP_PROXY HTTPS_PROXY SOCKS_PROXY NO_PROXY"

17
etc/sysconfig/proxy Normal file
View File

@@ -0,0 +1,17 @@
# System proxy configuration file
# Here some examples:
# http_proxy=http://proxy.example.com:8080
# https_proxy=http://proxy.example.com:8080
# ftp_proxy=http://proxy.example.com:8080
# socks_proxy=http://proxy.example.com:8080
# no_proxy=localhost,127.0.0.1
# http_proxy=http://user:password@proxy.example.com:3128
# https_proxy=http://user:password@proxy.example.com:3128
# ftp_proxy=http://user:password@proxy.example.com:3128
# http_proxy=http://domain\\user:password@proxy.example.com:8080
# https_proxy=http://domain\\user:password@proxy.example.com:8080
# ftp_proxy=http://domain\\user:password@proxy.example.com:8080

Binary file not shown.

Before

Width:  |  Height:  |  Size: 613 B

After

Width:  |  Height:  |  Size: 706 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 738 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 992 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB