Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / xfce4-smartbookmark-plugin
Commits: 43dce0ea by Evangelos Foutras at 2024-02-06T19:58:09+02:00 upgpkg: 0.5.2-2: remove ref to bugs.archlinux.org https://archlinux.org/todo/build-package-references-bugsarchlinuxorg/ - - - - - 3 changed files: - + .SRCINFO - PKGBUILD - xfce4-smartbookmark-plugin-archlinux.patch Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = xfce4-smartbookmark-plugin + pkgdesc = Allows you to send requests directly to your browser and perform a custom search + pkgver = 0.5.2 + pkgrel = 2 + url = https://docs.xfce.org/panel-plugins/xfce4-smartbookmark-plugin + arch = x86_64 + groups = xfce4-goodies + license = GPL2 + makedepends = intltool + makedepends = libxt + depends = xfce4-panel + source = https://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.5/xfce4-smartbookmark-plugin-0.5.2.tar.bz2 + source = xfce4-smartbookmark-plugin-archlinux.patch + sha256sums = 2a279e2f5a54518684e62ad1f3cd8ef950826505b39725f1b5d8f0c43031cdd3 + sha256sums = 99c7e17d0e3efe50c19172b5f90c3da73f634fcb6d02cadad883abd04f92fd9f + +pkgname = xfce4-smartbookmark-plugin ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=xfce4-smartbookmark-plugin pkgver=0.5.2 -pkgrel=1 +pkgrel=2 pkgdesc="Allows you to send requests directly to your browser and perform a custom search" arch=('x86_64') url="https://docs.xfce.org/panel-plugins/xfce4-smartbookmark-plugin" @@ -15,7 +15,7 @@ makedepends=('intltool' 'libxt') source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2 xfce4-smartbookmark-plugin-archlinux.patch) sha256sums=('2a279e2f5a54518684e62ad1f3cd8ef950826505b39725f1b5d8f0c43031cdd3' - '077092f164317327ccea49692fe166ad1dc7ff0cbbaf9863e5f0d11ca077b7e5') + '99c7e17d0e3efe50c19172b5f90c3da73f634fcb6d02cadad883abd04f92fd9f') prepare() { cd "$srcdir/$pkgname-$pkgver" ===================================== xfce4-smartbookmark-plugin-archlinux.patch ===================================== @@ -7,8 +7,8 @@ diff -upr xfce4-smartbookmark-plugin-0.5.2.orig/src/smartbookmark.c xfce4-smartb /* default options */ - search->url = "https://bugs.debian.org/"; - search->label_text = "BTS"; -+ search->url = "https://bugs.archlinux.org/"; -+ search->label_text = "ArchBug #"; ++ search->url = "https://gitlab.archlinux.org/archlinux/packaging/packages/"; ++ search->label_text = "Arch Pkg"; search->size = 5; search->hide_label = FALSE; /* read config file options */ @@ -18,8 +18,8 @@ diff -upr xfce4-smartbookmark-plugin-0.5.2.orig/src/smartbookmark.c xfce4-smartb xfce_rc_set_group(rcfile, NULL); - search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","https://bugs.debian.org/")); - search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","DBS")); -+ search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","https://bugs.archlinux.org/")); -+ search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","ArchBug #")); ++ search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","https://gitlab.archlinux.org/archlinux/packaging/packages/")); ++ search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","Arch Pkg")); search->size = xfce_rc_read_int_entry(rcfile, "size", 5); search->hide_label = xfce_rc_read_bool_entry(rcfile, "hidelabel", FALSE); } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-smartbookmark-plugin/-/commit/43dce0ea32545e3a23363b20d52ac9082d4c92a3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-smartbookmark-plugin/-/commit/43dce0ea32545e3a23363b20d52ac9082d4c92a3 You're receiving this email because of your account on gitlab.archlinux.org.