Skip to content

Commit

Permalink
chore(plugins: base16): move themix plugin and packaging to its own r…
Browse files Browse the repository at this point in the history
…epo (re: #129)
  • Loading branch information
actionless committed Mar 17, 2020
1 parent e8778da commit 82e02f1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 465 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@
[submodule "theme_oomox"]
path = plugins/theme_oomox
url = https://github.com/themix-project/oomox-gtk-theme.git
[submodule "plugin_base16"]
path = plugins/base16
url = https://github.com/themix-project/themix-plugin-base16.git
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,7 @@ install_import_images:

install_plugin_base16:
$(eval PLUGIN_NAME := "base16")

mkdir -p $(DEST_PLUGIN_DIR)
cp -prf \
plugins/$(PLUGIN_NAME) \
$(DEST_PLUGIN_DIR)/
$(RM) -r "$(DEST_PLUGIN_DIR)/$(PLUGIN_NAME)"/*/.git*
make -C plugins/$(PLUGIN_NAME) -f Makefile_oomox_plugin DESTDIR=$(DESTDIR) APPDIR=$(APPDIR) PREFIX=$(PREFIX) install


install_icons_archdroid:
Expand Down
4 changes: 2 additions & 2 deletions packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source=(
"git+https://github.com/themix-project/archdroid-icon-theme.git#branch=master"
"git+https://github.com/themix-project/gnome-colors-icon-theme.git#branch=master"
"git+https://github.com/themix-project/oomoxify.git#branch=master"
"git+https://github.com/themix-project/base16_mirror.git#branch=master"
"git+https://github.com/themix-project/themix-plugin-base16.git#branch=master"
"git+https://github.com/numixproject/numix-icon-theme.git#branch=master"
"git+https://github.com/numixproject/numix-folders.git#branch=master"
"git+https://github.com/PapirusDevelopmentTeam/papirus-icon-theme.git#branch=master"
Expand Down Expand Up @@ -114,7 +114,7 @@ prepare(){
git config submodule.archdroid-icon-theme.url $srcdir/archdroid-icon-theme
git config submodule.gnome-colors-icon-theme.url $srcdir/gnome-colors-icon-theme
git config submodule.oomoxify.url $srcdir/oomoxify
git config submodule.base16_mirror.url $srcdir/base16_mirror
git config submodule.plugin_base16.url $srcdir/themix-plugin-base16
git config submodule.numix-folders.url $srcdir/numix-folders
git config submodule.numix-icon-theme.url $srcdir/numix-icon-theme
git config submodule.papirus-icon-theme.url $srcdir/papirus-icon-theme
Expand Down
1 change: 1 addition & 0 deletions plugins/base16
Submodule base16 added at 84cb33
1 change: 0 additions & 1 deletion plugins/base16/base16_mirror
Submodule base16_mirror deleted from a8a494
Loading

0 comments on commit 82e02f1

Please sign in to comment.