Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gtksourceview4: rename package .*{,4}
- renamed to distinguish between 3 & 4
  • Loading branch information
wwwutz committed Oct 6, 2021
1 parent 5ade4a8 commit b495de7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 85 deletions.
85 changes: 0 additions & 85 deletions gtksourceview.be0

This file was deleted.

33 changes: 33 additions & 0 deletions gtksourceview4.be0
@@ -0,0 +1,33 @@
#!/usr/bin/env beesh

# BEE_VERSION gtksourceview4-4.4.0-1

# SRCURL[0]="https://download.gnome.org/sources/gtksourceview/${PKGVERSION[2]}/gtksourceview-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/5c47e314517692f2622a0b724c65e628/gtksourceview-4.4.0.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
echo "">${S}/po/LINGUAS
bee_configure
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit b495de7

Please sign in to comment.