diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 23:12:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-24 23:12:26 +0900 |
commit | fcb775cf9d654a1e9d9d510439d2bfd09cbe7dca (patch) | |
tree | 08eaad0bbabd176ceb68234b44b22789dc796840 | |
parent | 55b72d95a64f0ffc9896a12ef9854794444dcd8b (diff) | |
download | tde-packaging-fcb775cf9d654a1e9d9d510439d2bfd09cbe7dca.tar.gz tde-packaging-fcb775cf9d654a1e9d9d510439d2bfd09cbe7dca.zip |
DEB libr: remove dependency on libglade, which is no longer available
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | debian/_base/dependencies/libr/debian/control | 2 | ||||
-rw-r--r-- | ubuntu/_base/dependencies/libr/debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/_base/dependencies/libr/debian/control b/debian/_base/dependencies/libr/debian/control index 99827d612..ef0c6ad6f 100644 --- a/debian/_base/dependencies/libr/debian/control +++ b/debian/_base/dependencies/libr/debian/control @@ -1,7 +1,7 @@ Source: libr Priority: extra Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> -Build-Depends: cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, pkg-config, libglade2-dev, binutils-dev, doxygen +Build-Depends: cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, pkg-config, libgtk2.0-dev, binutils-dev, doxygen Standards-Version: 3.8.4 Section: libs Homepage: http://www.compholio.com/elficon/ diff --git a/ubuntu/_base/dependencies/libr/debian/control b/ubuntu/_base/dependencies/libr/debian/control index 99827d612..ef0c6ad6f 100644 --- a/ubuntu/_base/dependencies/libr/debian/control +++ b/ubuntu/_base/dependencies/libr/debian/control @@ -1,7 +1,7 @@ Source: libr Priority: extra Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> -Build-Depends: cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, pkg-config, libglade2-dev, binutils-dev, doxygen +Build-Depends: cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, pkg-config, libgtk2.0-dev, binutils-dev, doxygen Standards-Version: 3.8.4 Section: libs Homepage: http://www.compholio.com/elficon/ |