Skip to content

Commit

Permalink
libxklavier: Update from version 5.1 to 5.4
Browse files Browse the repository at this point in the history
david committed Jun 21, 2018
1 parent f3ef0a7 commit 0b56735
Showing 1 changed file with 12 additions and 19 deletions.
31 changes: 12 additions & 19 deletions libxklavier.be0
Original file line number Diff line number Diff line change
@@ -1,32 +1,25 @@
#!/bin/env beesh

# BEE_VERSION libxklavier-5.1-0
# BEE_VERSION libxklavier-5.4-0

SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/libxklavier/${PKGVERSION}/libxklavier-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://people.freedesktop.org/~svu/libxklavier-${PKGVERSION}.tar.bz2"

PATCHURL[0]=""

PGRP=( uncategorized )



# BEE_CONFIGURE=compat

# EXCLUDE=""

mee_patch() {
bee_patch
}
#mee_patch() {
# bee_patch
#}

mee_configure() {
bee_configure
}

mee_build() {
bee_build
bee_configure --disable-static
}

mee_install() {
bee_install
}
#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 0b56735

Please sign in to comment.