diff --git a/debian/kdeglobals.amd64 b/debian/kdeglobals.amd64 new file mode 100644 index 0000000..ce39c6c --- /dev/null +++ b/debian/kdeglobals.amd64 @@ -0,0 +1,20 @@ +[KDE] +StartDragDist=40 + +[Icons] +Theme=breeze + +[General] +BrowserApplication[$e]=!webbrowser-app +ColorScheme=Breeze +Name=Breeze +XftHintStyle= +XftSubPixel=none +desktopFont=Oxygen-Sans,7,-1,5,50,0,0,0,0,0 +fixed=Oxygen Mono,9,-1,5,50,0,0,0,0,0 +font=Oxygen-Sans,10,-1,5,50,0,0,0,0,0 +menuFont=Oxygen-Sans,10,-1,5,50,0,0,0,0,0 +shadeSortColumn=true +smallestReadableFont=Oxygen-Sans,8,-1,5,50,0,0,0,0,0 +taskbarFont=Oxygen-Sans,10,-1,5,50,0,0,0,0,0 +toolBarFont=Oxygen-Sans,9,-1,5,50,0,0,0,0,0 diff --git a/debian/kdeglobals.armhf b/debian/kdeglobals.armhf new file mode 100644 index 0000000..ed7b41d --- /dev/null +++ b/debian/kdeglobals.armhf @@ -0,0 +1,20 @@ +[KDE] +StartDragDist=40 + +[Icons] +Theme=breeze + +[General] +BrowserApplication[$e]=!webbrowser-app +ColorScheme=Breeze +Name=Breeze +XftHintStyle= +XftSubPixel=none +desktopFont=Oxygen-Sans,7,-1,5,50,0,0,0,0,0 +fixed=Oxygen Mono,7,-1,5,50,0,0,0,0,0 +font=Oxygen-Sans,7,-1,5,50,0,0,0,0,0 +menuFont=Oxygen-Sans,7,-1,5,50,0,0,0,0,0 +shadeSortColumn=true +smallestReadableFont=Oxygen-Sans,5,-1,5,50,0,0,0,0,0 +taskbarFont=Oxygen-Sans,7,-1,5,50,0,0,0,0,0 +toolBarFont=Oxygen-Sans,6,-1,5,50,0,0,0,0,0 diff --git a/debian/rules b/debian/rules index 2d33f6a..7966a30 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,7 @@ #!/usr/bin/make -f -%: - dh $@ +include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk + +override_dh_auto_configure: + cp debian/kdeglobals.$(DEB_HOST_ARCH) debian/tmp/etc/xdg/kdeglobals + $(overridden_command) --destdir=debian/tmp