From 2cf56d5d8d289c36914e823c4b073d6564464f7f Mon Sep 17 00:00:00 2001 From: Mason Hock Date: Fri, 31 May 2019 11:41:13 -0700 Subject: [PATCH 1/2] Revert "make-gnome-icon-theme" This reverts commit 9f09f055fecf367b5ffdc0e099b4759aeb703ad5. --- helpers/make-natron | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 helpers/make-natron diff --git a/helpers/make-natron b/helpers/make-natron deleted file mode 100644 index 177efc7..0000000 --- a/helpers/make-natron +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2019 Mason Hock -# -# 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 3 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, see . - -VERSION=1 -EXTERNAL='deb-src http://apt.pop-os.org/proprietary $UPSTREAM main' -REPOKEY=204DD8AEC33A7AFF - -. ./config - -changelog "Import from Pop!_OS" - -compile From 876500aad62d2b16bd57fc11e430a191c6b048d3 Mon Sep 17 00:00:00 2001 From: Mason Hock Date: Fri, 31 May 2019 11:41:55 -0700 Subject: [PATCH 2/2] fix version number --- helpers/make-gnome-tweak-tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/make-gnome-tweak-tool b/helpers/make-gnome-tweak-tool index 9785d3e..ae06a70 100644 --- a/helpers/make-gnome-tweak-tool +++ b/helpers/make-gnome-tweak-tool @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 . ./config sed '/ShellShowsAppMenu/s/True/False/' -i ./gtweak/utils.py