Cherry-picking upstream release: 0.11.1.

* Removed some build dependencies:
  -cmake
  -libqt5xdg-dev
  -libqt5xdgiconloader-dev
  -pkg-config
  -qttools5-dev
  -qttools5-dev-tools
* Bumped build dependency liblxqt0-dev (>= 0.11.1)
* Bumped years in d/copyright
ubuntu/cosmic debian/0.11.1-1
Alf Gaida 8 years ago
parent 06370c21dc
commit daa3f55a8c

3
.gitignore vendored

@ -1,3 +0,0 @@
CMakeLists.txt.user*
build
translations/lxqt-sudo

@ -1,7 +1,16 @@
lxqt-about-0.11.0 / 2016-09-24
lxqt-about-0.11.1 / 2017-01-01
==============================
* Removed da_DK (keep da)
* Added *da.desktop, renamed da_DK to da
* .gitignore: Fix typo
* Remove cpack (#34)
0.11.0 / 2016-09-24
===================
* Release 0.11.0: Add changelog
* Extend README.md
* translation: Fix language in _nl.desktop
* Create lxqt-about_nl.desktop

@ -84,13 +84,3 @@ install(FILES
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/applications"
COMPONENT Runtime
)
# building tarball with CPack -------------------------------------------------
include(InstallRequiredSystemLibraries)
set(CPACK_PACKAGE_VERSION_MAJOR ${LXQT_MAJOR_VERSION})
set(CPACK_PACKAGE_VERSION_MINOR ${LXQT_MINOR_VERSION})
set(CPACK_PACKAGE_VERSION_PATCH ${LXQT_PATCH_VERSION})
set(CPACK_GENERATOR TBZ2)
set(CPACK_SOURCE_GENERATOR TBZ2)
set(CPACK_SOURCE_IGNORE_FILES /build/;.gitignore;.*~;.git;.kdev4;temp)
include(CPack)

15
debian/changelog vendored

@ -1,3 +1,18 @@
lxqt-about (0.11.1-1) unstable; urgency=medium
* Cherry-picking upstream release: 0.11.1.
* Removed some build dependencies:
-cmake
-libqt5xdg-dev
-libqt5xdgiconloader-dev
-pkg-config
-qttools5-dev
-qttools5-dev-tools
* Bumped build dependency liblxqt0-dev (>= 0.11.1)
* Bumped years in d/copyright
-- Alf Gaida <agaida@siduction.org> Mon, 02 Jan 2017 11:40:22 +0100
lxqt-about (0.11.0-2) unstable; urgency=medium
* Cherry-picking upstream release: 0.11.0

10
debian/control vendored

@ -6,17 +6,11 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
Section: x11
Priority: optional
Build-Depends: debhelper (>= 10),
cmake (>= 3.0.2),
libkf5windowsystem-dev,
liblxqt0-dev (>= 0.11.0),
liblxqt0-dev (>= 0.11.1),
libqt5svg5-dev,
libqt5x11extras5-dev,
libqt5xdg-dev (>= 2.0.0),
libqt5xdgiconloader-dev (>= 2.0.0),
libx11-dev,
pkg-config,
qttools5-dev,
qttools5-dev-tools
libx11-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-about.git/?h=debian/sid
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-about.git -b debian/sid

4
debian/copyright vendored

@ -3,13 +3,13 @@ Upstream-Name: lxqt-about
Source: https://github.com/lxde/lxqt-about
Files: *
Copyright: 2012-2016 LXQt team
Copyright: 2012-2017 LXQt team
2010-2012 Razor team
2010-2014 Petr Vanek <petr@scribus.info>
License: LGPL-2.1+
Files: debian/*
Copyright: 2014-2016 Alf Gaida <agaida@siduction.org>
Copyright: 2014-2017 Alf Gaida <agaida@siduction.org>
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
License: LGPL-2.1+

@ -0,0 +1,3 @@
Name[da]=Om LXQt
GenericName[da]=Om LXQt
Comment[da]=Lær mere om LXQt

@ -1,4 +1,6 @@
# _help = Don't translate this text, it is only help. I want to thank you in the "About" dialog. So, please fill the following information about yourself. The number does not matter, all the names will be displayed in alphabetical order.
_help = Don't translate this text, it is only help. \
I want to thank you in the "About" dialog. So, please fill the following information about yourself. \
The number does not matter, all the names will be displayed in alphabetical order.
translator_1_nameEnglish = Peter Jespersen
@ -17,8 +19,8 @@ translator_4_nameEnglish = Mikkel Skovlund
translator_4_nameNative = Mikkel Skovlund
# translator_4_contact = Translator 4. Contact information, email or web site address.
# translator_5_nameEnglish = Translator 5. Your name in English.
# translator_5_nameNative = Translator 5. Your name in the native language.
translator_5_nameEnglish = scootergrisen
translator_5_nameNative = scootergrisen
# translator_5_contact = Translator 5. Contact information, email or web site address.
# translator_6_nameEnglish = Translator 6. Your name in English.

@ -92,7 +92,6 @@ void fillLangguages(QMap<QString, QString> *languages)
languages->insert("cs" ,"Czech");
languages->insert("cs_CZ" ,"Czech (Czech Republic)");
languages->insert("da" ,"Danish");
languages->insert("da_DK" ,"Danish (Denmark)");
languages->insert("nl" ,"Dutch");
languages->insert("nl_BE" ,"Dutch (Belgium)");
languages->insert("nl_NL" ,"Dutch (Netherlands)");

Loading…
Cancel
Save