kolourpaint: add icon theme recommendation for non-kde environments
This commit is contained in:
parent
9ea949de00
commit
ef970bfec6
2 changed files with 39 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
diff --git a/debian/control b/debian/control
|
||||
index 43e3abe5..1677a89d 100644
|
||||
--- a/debian/control
|
||||
+++ b/debian/control
|
||||
@@ -32,6 +32,7 @@ Package: kolourpaint
|
||||
Section: graphics
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
+Recommends: breeze-icon-theme
|
||||
Breaks: kolourpaint4 (<< 4:17.04)
|
||||
Replaces: kolourpaint4 (<< 4:17.04)
|
||||
Description: simple image editor and drawing application
|
||||
27
helpers/make-kolourpaint
Normal file
27
helpers/make-kolourpaint
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2025 Luis Guzmán <ark@switnet.org>
|
||||
#
|
||||
# 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 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program 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, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=1
|
||||
. ./config
|
||||
|
||||
apply_patch_changes
|
||||
|
||||
changelog "Set icon theme recommendation for non-KDE environments"
|
||||
|
||||
package
|
||||
Loading…
Add table
Add a link
Reference in a new issue