summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-10-14 19:08:41 -0400
committerDavid Robillard <d@drobilla.net>2016-10-14 19:08:41 -0400
commitde5c98fa932ced16291eb5c3489a0e745a248ec4 (patch)
treee2cbd22cb1ce7e3325d07f1b4a5eb60420d192d6
parent9ec31478e841a2e43a1f2692b5ecc7d603a9aeee (diff)
downloadpatchage-de5c98fa932ced16291eb5c3489a0e745a248ec4.tar.gz
patchage-de5c98fa932ced16291eb5c3489a0e745a248ec4.tar.bz2
patchage-de5c98fa932ced16291eb5c3489a0e745a248ec4.zip
Don't install 512x512 icons
Installing icons this large is not typical, and causes GDK warnings.
-rw-r--r--NEWS3
-rw-r--r--icons/512x512/patchage.pngbin45907 -> 0 bytes
-rw-r--r--wscript2
3 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e06deac..7d91a7a 100644
--- a/NEWS
+++ b/NEWS
@@ -6,12 +6,13 @@ patchage (1.0.1) unstable;
* Order ports deterministically
* Bring back Jack buffer size selector
* Style messages pane to match canvas
+ * Don't install 512x512 icons
* Restore messages pane visibility and height
* Configure based on compiler target OS for cross-compilation
* Fix compilation with Jack DBus
* Upgrade to waf 1.8.14
- -- David Robillard <d@drobilla.net> Fri, 04 Dec 2015 20:20:57 -0500
+ -- David Robillard <d@drobilla.net> Fri, 14 Oct 2016 19:06:17 -0400
patchage (1.0.0) stable;
diff --git a/icons/512x512/patchage.png b/icons/512x512/patchage.png
deleted file mode 100644
index 0b7dd34..0000000
--- a/icons/512x512/patchage.png
+++ /dev/null
Binary files differ
diff --git a/wscript b/wscript
index b76437f..2c7bb19 100644
--- a/wscript
+++ b/wscript
@@ -200,7 +200,7 @@ def build(bld):
# Icons
# After installation, icon cache should be updated using:
# gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
- icon_sizes = [16, 22, 24, 32, 48, 128, 256, 512]
+ icon_sizes = [16, 22, 24, 32, 48, 128, 256]
for s in icon_sizes:
d = '%dx%d' % (s, s)
bld.install_as(