Skip to content

Commit

Permalink
fix(debian): add build dependency to pkg-config #73
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmcarreira committed Apr 27, 2024
1 parent 9ec495a commit ad8b505
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Priority: optional
Maintainer: Joao Carreira <[email protected]>
Uploaders: Stuart Prescott <[email protected]>
Build-Depends: debhelper (>= 7.3.16~),
pkg-kde-tools (>= 0.5~),
pkg-config,
cmake,
qtbase5-dev,
qtchooser,
Expand All @@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 7.3.16~),
qttools5-dev-tools,
extra-cmake-modules,
libpoppler-qt5-dev,
pkg-kde-tools (>= 0.5~),
libkf5xmlgui-dev,
libkf5texteditor-dev,
libkf5doctools-dev,
Expand Down
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ override_dh_auto_install:
INSTALL_ROOT=$(CURDIR)/debian/qtikz make -C $(QTBUILD) install
rm $(CURDIR)/debian/qtikz/usr/share/qtikz/LICENSE.GPL2
# Make icons for Debian menu
convert -background none -geometry 32x32 ./app/icons/ktikz.svg \
convert -background none -geometry 32x32 ./app/icons/sc-apps-ktikz.svg \
$(CURDIR)/debian/ktikz/usr/share/pixmaps/ktikz32.xpm
convert -background none -geometry 16x16 ./app/icons/ktikz.svg \
convert -background none -geometry 16x16 ./app/icons/sc-apps-ktikz.svg \
$(CURDIR)/debian/ktikz/usr/share/pixmaps/ktikz16.xpm
convert -background none -geometry 32x32 ./app/icons/qtikz.svg \
$(CURDIR)/debian/qtikz/usr/share/pixmaps/qtikz32.xpm
Expand Down

0 comments on commit ad8b505

Please sign in to comment.