Skip to content

Commit

Permalink
Merge pull request #1585 from mariux64/fix-glib-1.2.10-1
Browse files Browse the repository at this point in the history
glib: fix PATCHURL
  • Loading branch information
wwwutz authored Jan 20, 2020
2 parents da3c05b + 02b82d7 commit 103f616
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions glib.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION glib-1.2.10-1
# BEE_VERSION glib-1.2.10-2

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -16,17 +16,17 @@ SRCURL[0]="https://ftp.gtk.org/pub/gtk/v${PKGVERSION[2]}/glib-${PKGVERSION}.tar.
## The sources will be patched in the order of the array.

# PATCHURL+=()
XPATCHROOT=${BEE_DOWNLOADDIR}
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-isowarning.patch.gz)
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-gcc34.patch.gz)
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-underquoted.patch.gz)
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-no_undefined.patch.gz)
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-multilib.patch.gz)
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-unused-dep.patch.gz)
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-autotools.patch.gz)
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-format.patch.gz)
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-gcc5.patch.gz)
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-gcc9.patch.gz)

PATCHURL+=("/src/mariux/md5repo/81bd6526dcb780444b41d916a0d2197b/glib-1.2.10-isowarning.patch.gz")
PATCHURL+=("/src/mariux/md5repo/7d1debeec4fe98902cd145d7401694cc/glib-1.2.10-gcc34.patch.gz")
PATCHURL+=("/src/mariux/md5repo/920ae88a61bac9e5bcf0f8df6e504924/glib-1.2.10-underquoted.patch.gz")
PATCHURL+=("/src/mariux/md5repo/27efdfc73a7d8790965fdeb13e9ec583/glib-1.2.10-no_undefined.patch.gz")
PATCHURL+=("/src/mariux/md5repo/0d1d3ccfadfc653899948237989ffb60/glib-1.2.10-multilib.patch.gz")
PATCHURL+=("/src/mariux/md5repo/cf7a430ef31dcb901457bfab051f7d2e/glib-1.2.10-unused-dep.patch.gz")
PATCHURL+=("/src/mariux/md5repo/78d4e99209c40e7654ae1808a3c29773/glib-1.2.10-autotools.patch.gz")
PATCHURL+=("/src/mariux/md5repo/07867923b21680ea1a0c8fd85cc8f6b8/glib-1.2.10-format.patch.gz")
PATCHURL+=("/src/mariux/md5repo/a4eae0c33d4c0cc861d756c3288039a5/glib-1.2.10-gcc5.patch.gz")
PATCHURL+=("/src/mariux/md5repo/077b4dadf1e272ad0e9b7b6736941941/glib-1.2.10-gcc9.patch.gz")

###############################################################################
## Uncomment the next statement, if the software may not be able to be built
Expand Down

0 comments on commit 103f616

Please sign in to comment.