diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-01-27 20:30:55 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-01-27 20:30:55 +0000 |
commit | 20ed702c35ad049d359ddb5a0407269c619ae884 (patch) | |
tree | 8992ff130c1895176bf25da3ba1a1ce1fed20389 /user/liblxqt/versioning.patch | |
parent | 8179d35ff1daa7f0e079a13cba05b041515d489d (diff) | |
parent | 2cb0d9b4f32974ef48f8098d1ff692e813a62f15 (diff) | |
download | packages-20ed702c35ad049d359ddb5a0407269c619ae884.tar.gz packages-20ed702c35ad049d359ddb5a0407269c619ae884.tar.bz2 packages-20ed702c35ad049d359ddb5a0407269c619ae884.tar.xz packages-20ed702c35ad049d359ddb5a0407269c619ae884.zip |
Merge branch 'bump.aerdan.20190127' into 'master'
Bump a bunch of software, holy crap
See merge request !155
Diffstat (limited to 'user/liblxqt/versioning.patch')
-rw-r--r-- | user/liblxqt/versioning.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/user/liblxqt/versioning.patch b/user/liblxqt/versioning.patch deleted file mode 100644 index 14d6eba24..000000000 --- a/user/liblxqt/versioning.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Nurd liblxqt-0.11.1/CMakeLists.txt liblxqt-0.11.1.new/CMakeLists.txt ---- liblxqt-0.11.1/CMakeLists.txt 2017-01-01 21:49:10.000000000 +0000 -+++ liblxqt-0.11.1.new/CMakeLists.txt 2017-10-11 17:31:00.502689492 +0000 -@@ -6,6 +6,11 @@ - set(QTXDG_MINIMUM_VERSION "2.0.0") - set(LXQTBT_MINIMUM_VERSION "0.3.1") - -+set(LXQT_MAJOR_VERSION 0) -+set(LXQT_MINOR_VERSION 11) -+set(LXQT_PATCH_VERSION 1) -+set(LXQT_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_PATCH_VERSION}) -+ - include(CMakePackageConfigHelpers) - include(GNUInstallDirs) # Standard directories for installation - |