Revisión 0d12114b
Añadido por Rafael J. García Perdigón hace más de 8 años
ubuntu/trusty/all/linex-onboard-config/debian/changelog | ||
---|---|---|
linex-onboard-config (1.0) linex; urgency=low
|
||
|
||
* Initial Release. Configure Onboard keyboard to function on xubuntu
|
||
|
||
-- Rafael J. García Perdigón <rafael.garciap@gobex.es> Fri, 12 Apr 2016 10:10:03 +0200
|
ubuntu/trusty/all/linex-onboard-config/debian/compat | ||
---|---|---|
8
|
ubuntu/trusty/all/linex-onboard-config/debian/control | ||
---|---|---|
Source: linex-onboard-config
|
||
Section: x11
|
||
Priority: optional
|
||
Maintainer: Rafael Jesús García Perdigón <rafael.garciap@gobex.es>
|
||
Build-Depends: debhelper (>= 8.0.0)
|
||
Standards-Version: 3.9.4
|
||
|
||
Package: linex-onboard-config
|
||
Architecture: all
|
||
Pre-Depends: onboard,x11-xkb-utils, xfce4-xkb-plugin
|
||
Depends: ${misc:Depends}
|
||
Description: Configuración del teclado en pantalla
|
||
Configura el teclado en pantalla onboard para xfce4.
|
ubuntu/trusty/all/linex-onboard-config/debian/copyright | ||
---|---|---|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||
Upstream-Name: lingobex-desktop-theme
|
||
|
||
Files: *
|
||
Copyright: 2014 Gobierno de Extremadura
|
||
License: GPL-3.0+
|
||
|
||
Files: debian/*
|
||
Copyright: 2014 Gobierno de Extremadura
|
||
License: GPL-3.0+
|
||
|
||
License: GPL-3.0+
|
||
This program is free software: you can redistribute it and/or modify
|
||
it under the terms of the GNU General Public License as published by
|
||
the Free Software Foundation, either version 3 of the License, or
|
||
(at your option) any later version.
|
||
.
|
||
This package is distributed in the hope that it will be useful,
|
||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
GNU General Public License for more details.
|
||
.
|
||
You should have received a copy of the GNU General Public License
|
||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||
.
|
||
On Debian systems, the complete text of the GNU General
|
||
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
|
||
|
ubuntu/trusty/all/linex-onboard-config/debian/install | ||
---|---|---|
usr
|
ubuntu/trusty/all/linex-onboard-config/debian/linex-onboard-config.links | ||
---|---|---|
/usr/share/linex-onboard-config/xkeyboardlang.desktop /etc/xdg/autostart/xkeyboardlang.desktop
|
||
/usr/share/linex-onboard-config/onboard-autostart.desktop /etc/xdg/autostart/onboard-autostart.desktop
|
ubuntu/trusty/all/linex-onboard-config/debian/postrm | ||
---|---|---|
#!/bin/bash
|
||
|
||
set -e
|
||
|
||
PKG="linex-onboard-config"
|
||
SHAREDIR="/usr/share/linex-onboard-config"
|
||
|
||
remove_divert() {
|
||
diverter=$(dpkg-divert --listpackage $1)
|
||
if [ "$diverter" = "linex-onboard-config" ]; then
|
||
dpkg-divert --package $PKG --rename --remove $1
|
||
fi
|
||
}
|
||
|
||
|
||
if [ "$1" = remove ]; then
|
||
remove_divert /etc/xdg/autostart/onboard-autostart.desktop
|
||
|
||
fi
|
||
|
||
exit 0
|
||
|
ubuntu/trusty/all/linex-onboard-config/debian/preinst | ||
---|---|---|
#!/bin/bash
|
||
set -e
|
||
|
||
PKG="linex-onboard-config"
|
||
SHAREDIR="/usr/share/linex-onboard-config"
|
||
|
||
divert() {
|
||
diverted_file=$1
|
||
|
||
dpkg-divert --package "$PKG" --add --rename \
|
||
--divert "${diverted_file}-pre-$PKG" $diverted_file
|
||
}
|
||
|
||
divert /etc/xdg/autostart/onboard-autostart.desktop
|
||
|
||
exit 0
|
||
|
ubuntu/trusty/all/linex-onboard-config/debian/rules | ||
---|---|---|
#!/usr/bin/make -f
|
||
# -*- makefile -*-
|
||
# Sample debian/rules that uses debhelper.
|
||
# This file was originally written by Joey Hess and Craig Small.
|
||
# As a special exception, when this file is copied by dh-make into a
|
||
# dh-make output file, you may use that output file without restriction.
|
||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||
|
||
# Uncomment this to turn on verbose mode.
|
||
#export DH_VERBOSE=1
|
||
|
||
%:
|
||
dh $@
|
ubuntu/trusty/all/linex-onboard-config/usr/share/linex-onboard-config/onboard-autostart.desktop | ||
---|---|---|
[Desktop Entry]
|
||
Name=Onboard
|
||
Exec=onboard on
|
||
Type=Application
|
||
NoDisplay=true
|
||
X-Ubuntu-Gettext-Domain=onboard
|
ubuntu/trusty/all/linex-onboard-config/usr/share/linex-onboard-config/xkeyboardlang.desktop | ||
---|---|---|
[Desktop Entry]
|
||
Name=SetOnboard Es
|
||
Exec=setxkbmap es
|
||
Type=Application
|
||
NoDisplay=true
|
ubuntu/trusty/all/linex-xubuntu-core/debian/changelog | ||
---|---|---|
linex-xubuntu-core (1.3) linex; urgency=medium
|
||
|
||
* Removed Google-Chrome-Stable dependency
|
||
|
||
-- Rafael J. García Perdigón <rafael.garciap@gobex.es> Mon, 18 Apr 2016 10:50:41 +0200
|
||
|
||
linex-xubuntu-core (1.2) linex; urgency=medium
|
||
|
||
* Added Google-Chrome-Stable.
|
||
* Added Vlc.
|
||
|
||
-- Rafael J. García Perdigón <rafael.garciap@gobex.es> Tue, 03 Nov 2015 08:56:02 +0100
|
||
|
||
linex-xubuntu-core (1.1) linex; urgency=medium
|
||
|
||
* Added Libreoffice help and translation to spanish.
|
||
|
||
-- Rafael J. García Perdigón <rafael.garciap@gobex.es> Thu, 29 Oct 2015 10:00:05 +0100
|
||
|
||
linex-xubuntu-core (1.0) linex; urgency=low
|
||
|
||
* Initial release.
|
||
|
||
-- Rafael J. García Perdigón <rafael.garciap@gobex.es> Tue, 29 Oct 2015 15:03:55 +0100
|
ubuntu/trusty/all/linex-xubuntu-core/debian/compat | ||
---|---|---|
8
|
ubuntu/trusty/all/linex-xubuntu-core/debian/control | ||
---|---|---|
Source: linex-xubuntu-core
|
||
Section: metapackages
|
||
Priority: optional
|
||
Maintainer: Rafael Jesús García Perdigón <rafael.garciap@gobex.es>
|
||
Build-Depends: debhelper (>= 8.0.0)
|
||
Standards-Version: 3.9.3
|
||
Homepage:
|
||
|
||
|
||
Package: linex-xubuntu-core
|
||
Architecture: all
|
||
Depends:
|
||
anacron,
|
||
eog,
|
||
evince,
|
||
file-roller,
|
||
lsb-release,
|
||
openssh-server,
|
||
p7zip-rar,
|
||
usbutils,
|
||
xdg-utils,
|
||
xfce4,
|
||
xfce4-power-manager,
|
||
xfce4-screenshooter,
|
||
xfce4-taskmanager,
|
||
xserver-xorg-video-all,
|
||
libreoffice,
|
||
libreoffice-help-es,
|
||
libreoffice-l10n-es,
|
||
linex-config-ldapclient,
|
||
linex-educationpack-core,
|
||
linex-lightdm-config,
|
||
linex-desktop-config,
|
||
xubuntu-desktop,
|
||
gksu,
|
||
leafpad,
|
||
synaptic,
|
||
xubuntu-community-wallpapers,
|
||
ntp,
|
||
linex-archive-keyring,
|
||
vlc
|
||
Conflicts: ubuntu-desktop
|
||
Description: Metapaquete de entorno Linex para Xubuntu
|
||
Instala el entorno completo de una Xubuntu.
|
ubuntu/trusty/all/linex-xubuntu-core/debian/copyright | ||
---|---|---|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||
Upstream-Name: lingobex-core
|
||
Source: https://lindevel.eco.pri/trac/lingobex/browser/paquetes/lingobex-core
|
||
|
||
Files: *
|
||
Copyright: 2013 Gobierno de Extremadura
|
||
License: GPL-2+
|
||
This package is free software; you can redistribute it and/or modify
|
||
it under the terms of the GNU General Public License as published by
|
||
the Free Software Foundation; either version 2 of the License, or
|
||
(at your option) any later version.
|
||
.
|
||
This package is distributed in the hope that it will be useful,
|
||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
GNU General Public License for more details.
|
||
.
|
||
You should have received a copy of the GNU General Public License
|
||
along with this program. If not, see <http://www.gnu.org/licenses/>
|
||
.
|
||
On Debian systems, the complete text of the GNU General
|
||
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
||
|
ubuntu/trusty/all/linex-xubuntu-core/debian/rules | ||
---|---|---|
#!/usr/bin/make -f
|
||
# -*- makefile -*-
|
||
# Sample debian/rules that uses debhelper.
|
||
# This file was originally written by Joey Hess and Craig Small.
|
||
# As a special exception, when this file is copied by dh-make into a
|
||
# dh-make output file, you may use that output file without restriction.
|
||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||
|
||
# Uncomment this to turn on verbose mode.
|
||
#export DH_VERBOSE=1
|
||
|
||
%:
|
||
dh $@
|
Exportar a: Unified diff
Añadidos linex-onboard y linex-xubuntu-core