Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Rofi emoji 3.0.0
@ 2022-07-24 18:48 motorto
  2022-07-24 18:48 ` [PR PATCH] [Closed]: " motorto
  0 siblings, 1 reply; 2+ messages in thread
From: motorto @ 2022-07-24 18:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 569 bytes --]

There is a new pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages rofi-emoji-3.0.0
https://github.com/void-linux/void-packages/pull/38250

Rofi emoji 3.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-{glibc,musl}



A patch file from https://github.com/void-linux/void-packages/pull/38250.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rofi-emoji-3.0.0-38250.patch --]
[-- Type: text/x-diff, Size: 5331 bytes --]

From 97ce099fdf806df00a06a68221b8cd36181648c2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 24 Jul 2022 17:00:38 +0100
Subject: [PATCH 1/3] rocksdb: update to 7.4.3.

---
 srcpkgs/rocksdb/patches/toku_time.patch | 30 +++++++++++++++++++++++++
 srcpkgs/rocksdb/template                | 11 ++++-----
 2 files changed, 36 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/rocksdb/patches/toku_time.patch

diff --git a/srcpkgs/rocksdb/patches/toku_time.patch b/srcpkgs/rocksdb/patches/toku_time.patch
new file mode 100644
index 000000000000..6ddc39535e14
--- /dev/null
+++ b/srcpkgs/rocksdb/patches/toku_time.patch
@@ -0,0 +1,30 @@
+https://git.alpinelinux.org/aports/plain/community/rocksdb/30-toku_time.patch
+Fixes build on arm
+
+--- a/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h
++++ b/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h
+@@ -58,9 +58,6 @@
+ #include <stdint.h>
+ #include <sys/time.h>
+ #include <time.h>
+-#if defined(__powerpc__)
+-#include <sys/platform/ppc.h>
+-#endif
+ 
+ #if 0
+ static inline float toku_tdiff (struct timeval *a, struct timeval *b) {
+@@ -131,8 +128,12 @@
+   uint64_t result;
+   __asm __volatile__("mrs %[rt], cntvct_el0" : [ rt ] "=r"(result));
+   return result;
++#elif  defined(__arm__)
++  uint32_t lo, hi;
++  __asm __volatile__("mrrc p15, 1, %[lo], %[hi], c14" : [ lo ] "=r" (lo), [hi] "=r" (hi));
++  return (uint64_t)hi << 32 | lo;
+ #elif defined(__powerpc__)
+-  return __ppc_get_timebase();
++  return __builtin_ppc_get_timebase();
+ #elif defined(__s390x__)
+   uint64_t result;
+   asm volatile("stckf %0" : "=Q"(result) : : "cc");
+
diff --git a/srcpkgs/rocksdb/template b/srcpkgs/rocksdb/template
index 2ae7db40ab91..4bfa7f4c89ef 100644
--- a/srcpkgs/rocksdb/template
+++ b/srcpkgs/rocksdb/template
@@ -1,16 +1,17 @@
 # Template file for 'rocksdb'
 pkgname=rocksdb
-version=5.18.3
-revision=2
+version=7.4.3
+revision=1
 build_style=cmake
-configure_args="-DPORTABLE=1 -DWITH_TESTS=0 -DUSE_RTTI=0 -DWITH_LZ4=1"
-makedepends="liblz4-devel"
+configure_args="-DPORTABLE=1 -DWITH_TESTS=0 -DUSE_RTTI=0 -DWITH_LZ4=1 -DWITH_ZLIB=1 -DWITH_BZ2=1 -DWITH_SNAPPY=1 -DWITH_ZSTD=1"
+makedepends="liblz4-devel gflags-devel snappy-devel libzstd-devel bzip2-devel zlib-devel"
 short_desc="RocksDB is a embeddable, persistent key-value store for fast storage"
 maintainer="magenbluten <mb0@codemonkey.cc>"
 license="GPL-2.0-or-later, Apache-2.0, BSD-3-Clause"
 homepage="https://github.com/facebook/rocksdb"
+changelog="https://raw.githubusercontent.com/facebook/rocksdb/main/HISTORY.md"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=7fb6738263d3f2b360d7468cf2ebe333f3109f3ba1ff80115abd145d75287254
+checksum=ca1fedc931d2232603a84db6120b6e9158bc1f14ef113291624dc357500e48ab
 CFLAGS=-DNDEBUG
 CXXFLAGS=-DNDEBUG
 

From 54bad81a875c0f07e4e1e52ec6574c40be1c7ebd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 24 Jul 2022 17:01:05 +0100
Subject: [PATCH 2/3] neomutt: rebuild for rocksdb-7.3.4.

---
 common/shlibs            | 2 +-
 srcpkgs/neomutt/template | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index c0b708dd7a3d..66ce03ff34c1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3625,7 +3625,7 @@ libOsiCommonTests.so.1 libClp-1.16.11_1
 libOsi.so.1 libClp-1.16.11_1
 libOGDF.so libogdf-2018.03_1
 libCOIN.so libogdf-2018.03_1
-librocksdb.so.5 rocksdb-5.17.2_1
+librocksdb.so.7 rocksdb-7.4.3_1
 libfrr.so.0 libfrr-6.0_1
 libkaccounts.so.2 kaccounts-integration-20.04.3_1
 libfrrospfapiclient.so.0 libfrrospfapiclient-6.0_1
diff --git a/srcpkgs/neomutt/template b/srcpkgs/neomutt/template
index a2320a780b2e..c69c15807185 100644
--- a/srcpkgs/neomutt/template
+++ b/srcpkgs/neomutt/template
@@ -1,7 +1,7 @@
 # Template file for 'neomutt'
 pkgname=neomutt
 version=20220429
-revision=1
+revision=2
 create_wrksrc=true
 build_wrksrc="${pkgname}-${version}"
 build_style=configure

From ab1ae38d1c4dce556936b5523b403d4c16742f13 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 24 Jul 2022 19:47:23 +0100
Subject: [PATCH 3/3] rofi-emoji: update to 3.0.0.

---
 srcpkgs/rofi-emoji/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rofi-emoji/template b/srcpkgs/rofi-emoji/template
index f372e5481cd4..f1b747f62f91 100644
--- a/srcpkgs/rofi-emoji/template
+++ b/srcpkgs/rofi-emoji/template
@@ -1,9 +1,9 @@
 # Template file for 'rofi-emoji'
 pkgname=rofi-emoji
-version=2.3.0
+version=3.0.0
 revision=1
 build_style=gnu-configure
-hostmakedepends="autoconf automake libtool pkg-config"
+hostmakedepends="autoconf automake libtool pkgconf"
 makedepends="rofi-devel"
 depends="rofi"
 short_desc="Emoji selector plugin for Rofi"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/Mange/rofi-emoji"
 changelog="https://raw.githubusercontent.com/Mange/rofi-emoji/master/Changelog.md"
 distfiles="https://github.com/Mange/rofi-emoji/archive/v${version}.tar.gz"
-checksum=7c5e16c48e37cb94fb057c7d2eb9b1df87b964f8f2998ca1df97481813449d51
+checksum=11de5ad2adf42f8516a5e22bf022a286d33ab09fc2e59824785d5fa1e79f0b95
 
 pre_configure() {
 	autoreconf -i

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Closed]: Rofi emoji 3.0.0
  2022-07-24 18:48 [PR PATCH] Rofi emoji 3.0.0 motorto
@ 2022-07-24 18:48 ` motorto
  0 siblings, 0 replies; 2+ messages in thread
From: motorto @ 2022-07-24 18:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 409 bytes --]

There's a closed pull request on the void-packages repository

Rofi emoji 3.0.0
https://github.com/void-linux/void-packages/pull/38250

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-{glibc,musl}



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-24 18:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-24 18:48 [PR PATCH] Rofi emoji 3.0.0 motorto
2022-07-24 18:48 ` [PR PATCH] [Closed]: " motorto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).