Package Details: gmenu 0.3.1-1

Git Clone URL: https://aur.archlinux.org/gmenu.git (read-only, click to copy)
Package Base: gmenu
Description: Desktop application launcher
Upstream URL: https://code.rocketnine.space/tslocum/gmenu
Licenses: MIT
Submitter: KingofToasters
Maintainer: hfrq
Last Packager: hfrq
Votes: 7
Popularity: 0.002275
First Submitted: 2019-11-13 02:03 (UTC)
Last Updated: 2023-09-11 19:11 (UTC)

Required by (0)

Sources (1)

Latest Comments

Pound_Hash commented on 2021-12-22 02:01 (UTC)

The author should know that this project's repo at https://code.rocketnine.space/tslocum/gmenu is unable to receive any input (stars, issues, etc.) because the host Gitea isn't sending any confirmation emails for new account setups.

Madic commented on 2020-02-18 12:17 (UTC)

The repository moved to https://gitlab.com/tslocum/gmenu. Any plan to update this?

dpeukert commented on 2019-11-29 22:09 (UTC) (edited on 2019-11-29 22:16 (UTC) by dpeukert)

Here's a fix + an update to the newest version:

diff --git a/.SRCINFO b/.SRCINFO
index 42091ec..377aa2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = gmenu
    pkgdesc = desktop application launcher
-   pkgver = 0.2.3
-   pkgrel = 2
+   pkgver = 0.2.4
+   pkgrel = 1
    url = https://git.sr.ht/~tslocum/gmenu
    arch = i686
    arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = gmenu
    license = MIT
    makedepends = go-pie
    makedepends = gtk3
-   source = https://git.sr.ht/~tslocum/gmenu/archive/v0.2.3.tar.gz
-   sha256sums = 6f2ff530a8aa664bf835d84607396bab12509e6c2dd38e78f525b9a6215a068e
+   source = https://git.sr.ht/~tslocum/gmenu/archive/v0.2.4.tar.gz
+   sha256sums = 9a770da4076e20e58347358baa09487405ca62fc50e586a93a58e362b53170c3

 pkgname = gmenu

diff --git a/PKGBUILD b/PKGBUILD
index 690532b..d7884fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 # Maintainer: Stephen Gregoratto <dev at sgregoratto dot me>
 pkgname=gmenu
-pkgver=0.2.3
-pkgrel=2
+pkgver=0.2.4
+pkgrel=1
 pkgdesc="desktop application launcher"
 url="https://git.sr.ht/~tslocum/gmenu"
 license=('MIT')
 arch=('i686' 'x86_64' 'armv6h' 'armv7h')
 makedepends=('go-pie' 'gtk3')
 source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('6f2ff530a8aa664bf835d84607396bab12509e6c2dd38e78f525b9a6215a068e')
+sha256sums=('9a770da4076e20e58347358baa09487405ca62fc50e586a93a58e362b53170c3')

 build() {
   cd "$pkgname-v$pkgver"
@@ -16,7 +16,7 @@ build() {
     go build \
       -trimpath \
       -ldflags "-extldflags ${LDFLAGS}" \
-      -v -o "gmenu" ./cmd/$cmd
+      -v -o "$cmd" ./cmd/$cmd
   done
 }

stas-t commented on 2019-11-13 14:51 (UTC) (edited on 2019-11-13 14:53 (UTC) by stas-t)

Build fails for me:

...
go: finding golang.org/x/text v0.3.2
# git.sr.ht/~tslocum/gmenu/cmd/gmenu
loadinternal: cannot find runtime/cgo
go: downloading github.com/gotk3/gotk3 v0.0.0-20191027191019-60cba67d4ea4
go: extracting github.com/gotk3/gotk3 v0.0.0-20191027191019-60cba67d4ea4
go: finding github.com/gotk3/gotk3 v0.0.0-20191027191019-60cba67d4ea4
==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat 'gmenu-v0.2.3/gtkmenu': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...