From df495e4260105acd35a5b65f207c96f190f4fd5b Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (CosmicFusion)" Date: Mon, 26 Aug 2024 23:59:30 +0200 Subject: [PATCH] Add patches/change-vendor-logo.diff --- patches/change-vendor-logo.diff | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 patches/change-vendor-logo.diff diff --git a/patches/change-vendor-logo.diff b/patches/change-vendor-logo.diff new file mode 100644 index 0000000..a37f9d6 --- /dev/null +++ b/patches/change-vendor-logo.diff @@ -0,0 +1,27 @@ +diff '--color=auto' -ruN a/debian/rules b/debian/rules +--- a/debian/rules 2024-08-27 00:55:44.974455211 +0300 ++++ b/debian/rules 2024-08-27 00:57:59.629632715 +0300 +@@ -4,20 +4,14 @@ + export DEB_CPPFLAGS_MAINT_APPEND = -DSSHD_SERVICE=\"ssh.service\" + export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs + +-# Not in Ubuntu main yet https://launchpad.net/bugs/1892456 +-ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes),yes) +-DISTRIBUTOR_LOGO := /usr/share/pixmaps/ubuntu-logo-text.png +-DISTRIBUTOR_LOGO_DARK := /usr/share/pixmaps/ubuntu-logo-text-dark.png +-MALCONTENT := -Dmalcontent=false +-else +-DISTRIBUTOR_LOGO := /usr/share/icons/vendor/scalable/emblems/emblem-vendor.svg +-DISTRIBUTOR_LOGO_DARK := /usr/share/icons/vendor/scalable/emblems/emblem-vendor.svg ++DISTRIBUTOR_LOGO := /usr/share/pixmaps/pika-logo-text.svg ++DISTRIBUTOR_LOGO_DARK := /usr/share/pixmaps/pika-logo-text-dark.svg ++ + ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x hppa powerpc ppc64 x32)) + MALCONTENT := -Dmalcontent=true + else + MALCONTENT := -Dmalcontent=false + endif +-endif + + %: + dh $@ \ No newline at end of file