Package Details: gnome-shell-extension-kimpanel-git 20241015-1

Git Clone URL: https://aur.archlinux.org/gnome-shell-extension-kimpanel-git.git (read-only, click to copy)
Package Base: gnome-shell-extension-kimpanel-git
Description: KDE's kimpanel implementation for GNOME Shell, now support fcitx
Upstream URL: https://github.com/wengxt/gnome-shell-extension-kimpanel
Keywords: extension gnome
Licenses: GPL
Submitter: bigeagle
Maintainer: Sherlock-Holo
Last Packager: Sherlock-Holo
Votes: 20
Popularity: 0.000000
First Submitted: 2012-01-10 09:42 (UTC)
Last Updated: 2024-11-04 16:47 (UTC)

Latest Comments

1 2 3 Next › Last »

normalpan commented on 2024-10-15 00:40 (UTC) (edited on 2024-10-15 00:41 (UTC) by normalpan)

更新每次都提示升级.每次都重装1啊.哪里的问题? 1 软件包 个要进行升级/安装的包。 1 aur/gnome-shell-extension-kimpanel-git 20240925-1 -> 20240925-2 ...... => 清理中... 正在加载软件包... 警告:gnome-shell-extension-kimpanel-git-20240925-1 已经为最新 -- 重新安装 正在解析依赖关系... 正在查找软件包冲突...

软件包 (1) gnome-shell-extension-kimpanel-git-20240925-1

ms0503 commented on 2024-10-02 10:18 (UTC)

Please update repository url to 'git+https://github.com/wengxt/gnome-shell-extension-kimpanel.git'.

diff -uprN a/PKGBUILD b/PKGBUILD
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,15 @@ pkgrel=1
 pkgdesc="KDE's kimpanel implementation for GNOME Shell, now support fcitx"
 arch=("i686" "x86_64")
 license=('GPL')
-url="https://github.com/wengxt/kimpanel-for-gnome-shell"
+url="https://github.com/wengxt/gnome-shell-extension-kimpanel"
 depends=('gnome-shell' 'zip' 'unzip')
 makedepends=('cmake' 'git')
-source=("git+https://github.com/wengxt/kimpanel-for-gnome-shell.git")
+source=("git+https://github.com/wengxt/gnome-shell-extension-kimpanel.git")
 sha256sums=('SKIP')

 _extensionname="kimpanel@kde.org"
-_gitname="kimpanel-for-gnome-shell"
-_gitroot="https://github.com/wengxt/kimpanel-for-gnome-shell.git"
+_gitname="gnome-shell-extension-kimpanel"
+_gitroot="https://github.com/wengxt/gnome-shell-extension-kimpanel.git"

 build() {
   cd "$srcdir/$_gitname"
@@ -30,7 +30,7 @@ build() {
   #fi

   ## patch for gnome 3.30
-  #cd $srcdir/kimpanel-for-gnome-shell
+  #cd $srcdir/gnome-shell-extension-kimpanel
   #sed 's/global.screen/global.display/g' panel.js -i

   rm -rf build

phoepsilonix commented on 2024-05-29 13:19 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index d09cec2..fee8ec3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,27 @@
 # Maintainer: Sherlock Holo <sherlockya(at)gmail.com>

-pkgname=gnome-shell-extension-kimpanel-git
-pkgver=20240316
+_commit=9a7c46042c5a6ac3bfc265a7ca1cc4cedf65a6f3
+pkgname=gnome-shell-extension-kimpanel
+pkgver=20240512
 pkgrel=1
 pkgdesc="KDE's kimpanel implementation for GNOME Shell, now support fcitx"
 arch=("i686" "x86_64")
-license=('GPL')
+license=('GPL-2.0-or-later')
 url="https://github.com/wengxt/kimpanel-for-gnome-shell"
 depends=('gnome-shell' 'zip' 'unzip')
 makedepends=('cmake' 'git')
-source=("git+https://github.com/wengxt/kimpanel-for-gnome-shell.git")
-sha256sums=('SKIP')
+source=("git+https://github.com/wengxt/kimpanel-for-gnome-shell.git#commit=${_commit}")
+sha256sums=('cc14b0b550c66e46374c14bd9e6110d33e9a5eba421ee68da74e65d794ffb289')

 _extensionname="kimpanel@kde.org"
 _gitname="kimpanel-for-gnome-shell"
 _gitroot="https://github.com/wengxt/kimpanel-for-gnome-shell.git"

+pkgver() {
+  cd "$srcdir/$_gitname"
+  git log --oneline --pretty=format:'%ad' --date=format:'%Y%m%d' -1
+}
+
 build() {
   cd "$srcdir/$_gitname"
   #msg "Connecting to the GIT server...."

Kiri0 commented on 2024-01-17 03:54 (UTC)

[Add loong64] please add loong64 to arch. Tested and works well.

WhiredPlanck commented on 2021-04-16 06:55 (UTC) (edited on 2021-04-16 06:57 (UTC) by WhiredPlanck)

It doesn't work on my GNOME 40.0, here is the error report:

Error: No property border_width on GtkBox

Stack trace:
  _init/Gtk.Widget.prototype._init@resource:///org/gnome/gjs/modules/core/overrides/Gtk.js:45:40
  buildPrefsWidget@/usr/share/gnome-shell/extensions/kimpanel@kde.org/prefs.js:65:17
  _init@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:209:40
  OpenExtensionPrefsAsync/<@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:122:28
  asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:115:22
  run@resource:///org/gnome/Shell/Extensions/js/dbusService.js:177:20
  main@resource:///org/gnome/Shell/Extensions/js/main.js:19:13
  run@resource:///org/gnome/gjs/modules/script/package.js:206:19
  start@resource:///org/gnome/gjs/modules/script/package.js:190:8
  @/usr/share/gnome-shell/org.gnome.Shell.Extensions:1:17

I have no idea that if this is a issue from upstream, so I post this here.

dracula commented on 2019-04-10 07:09 (UTC)

It seems that this extension does not work correctly when the system is updated to the latest.

Sherlock-Holo commented on 2019-03-18 12:12 (UTC)

it seems upstream won't update again, orphan this package

ghfujianbin commented on 2014-04-19 12:15 (UTC)

Pls update the git server to 'https://github.com/wengxt/kimpanel-for-gnome-shell.git'

bigeagle commented on 2014-01-18 05:12 (UTC)

@mongrelp Thx, it's updated.

mongrelp commented on 2014-01-18 03:49 (UTC)

Would you update PKGBUILD to add 'cmake' keyword in 'depends'? It's needed.