diff options
author | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-10-17 21:27:55 +0200 |
---|---|---|
committer | Hal9OOO (Francesco Miglietta) <miglietta.francesco@gmail.com> | 2012-10-17 21:27:55 +0200 |
commit | 370519e1e2147969401a7549424da99cf40f2e3e (patch) | |
tree | c22fadbed8322e612c9011aa7088f256a2c7f8b1 /data | |
parent | f502cbb7d3a9f2bc025ca7c769a251ab412f3fc3 (diff) | |
download | plus-370519e1e2147969401a7549424da99cf40f2e3e.tar.gz plus-370519e1e2147969401a7549424da99cf40f2e3e.tar.bz2 plus-370519e1e2147969401a7549424da99cf40f2e3e.tar.xz plus-370519e1e2147969401a7549424da99cf40f2e3e.zip |
Rename Hal Jewelry Theme in Jewelry.. :(
Diffstat (limited to 'data')
-rw-r--r-- | data/themes/CMakeLists.txt | 2 | ||||
-rw-r--r-- | data/themes/Makefile.am | 2 | ||||
-rw-r--r-- | data/themes/hal_jewelry/CMakeLists.txt | 2 | ||||
-rw-r--r-- | data/themes/hal_jewelry/Makefile.am | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/data/themes/CMakeLists.txt b/data/themes/CMakeLists.txt index 93f65814a..50b589006 100644 --- a/data/themes/CMakeLists.txt +++ b/data/themes/CMakeLists.txt @@ -2,7 +2,7 @@ ADD_SUBDIRECTORY(blacknblack) ADD_SUBDIRECTORY(blackwood) ADD_SUBDIRECTORY(classic) ADD_SUBDIRECTORY(enchilado) -ADD_SUBDIRECTORY(hal_jewelry) +ADD_SUBDIRECTORY(jewelry) ADD_SUBDIRECTORY(mana) ADD_SUBDIRECTORY(pink) ADD_SUBDIRECTORY(unity) diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am index 416118674..6af3eb8cf 100644 --- a/data/themes/Makefile.am +++ b/data/themes/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = blacknblack blackwood classic enchilado hal_jewelry mana pink unity wood +SUBDIRS = blacknblack blackwood classic enchilado jewelry mana pink unity wood EXTRA_DIST = CMakeLists.txt diff --git a/data/themes/hal_jewelry/CMakeLists.txt b/data/themes/hal_jewelry/CMakeLists.txt index c0201456e..2adbfedbd 100644 --- a/data/themes/hal_jewelry/CMakeLists.txt +++ b/data/themes/hal_jewelry/CMakeLists.txt @@ -55,4 +55,4 @@ SET (FILES window.xml ) -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/hal_jewelry) +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/jewelry) diff --git a/data/themes/hal_jewelry/Makefile.am b/data/themes/hal_jewelry/Makefile.am index 05f7cac1e..b7246984a 100644 --- a/data/themes/hal_jewelry/Makefile.am +++ b/data/themes/hal_jewelry/Makefile.am @@ -1,5 +1,5 @@ -guidir = $(pkgdatadir)/data/themes/hal_jewelry +guidir = $(pkgdatadir)/data/themes/jewelry gui_DATA = \ button.xml \ |