Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
geany-themes: add themes for 1.33
just colors
  • Loading branch information
wwwutz committed Apr 27, 2018
1 parent e16067e commit 46c8d2d
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions geany-themes.be0
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION geany-themes-1.33-1

# bee download https://github.com/geany/geany-themes.git
SRCURL[0]="/src/mariux/beeroot/downloads/geany-themes-1.24_p32_2379c69.tar.bz2"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
:
}

mee_build() {
:
}

mee_install() {
mkdir -p ${D}${DATADIR}/geany/colorschemes
install -m 0644 colorschemes/*.conf ${D}${DATADIR}/geany/colorschemes
}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 46c8d2d

Please sign in to comment.