Fix several broken recipes due to "$(HOMEPAGE)" (#912)

Added new version and removed the old one for beshare,
fix broken thing and reformat the style to follow guidelines:
- belife
- beshare
- catkeyseditor
- colors
- copynametoclipboard
- desknotes
- genesis_commander
This commit is contained in:
Raefaldhi Amartya Junior
2016-12-16 04:05:28 +07:00
committed by fbrosson
parent 58be167e71
commit 1f76cce1b0
9 changed files with 48 additions and 151 deletions

View File

@@ -10,7 +10,10 @@ HOMEPAGE="https://github.com/puckipedia/BeLocalized"
COPYRIGHT="2014-2015 Puck Meerburg"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="git+https://github.com/puckipedia/BeLocalized#3fa4f550ee83a4b64c27571eb518270f9500791b"
scrGitRev="3fa4f550ee83a4b64c27571eb518270f9500791b"
SOURCE_URI="$HOMEPAGE/archive/$scrGitRev.tar.gz"
CHECKSUM_SHA256="054c0394572aa7e4c485e7f018544bc2431eaf12d6d64e0a578d5061d1cf00eb"
SOURCE_DIR="BeLocalized-$scrGitRev"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"